Add responsiveness to logo

Added responsiveness to image logo based on device width (set at 90% of device width, which can be changed as per requirement)
This commit is contained in:
Anirban 2020-06-25 19:33:19 +05:30 committed by GitHub
parent 3a1ac28231
commit 4c33b7c8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<a href="https://www.rust-lang.org/">
<img height = "50" src = "https://img.shields.io/badge/Rust-Programming%20Language-black?style=flat&logo=rust" alt = "The Rust Programming Language">
<a href = "https://www.rust-lang.org/">
<img width = "90%" height = "auto" src = "https://img.shields.io/badge/Rust-Programming%20Language-black?style=flat&logo=rust" alt = "The Rust Programming Language">
</a>
This is the main source code repository for [Rust]. It contains the compiler,