Skip to content

Commit

Permalink
Add responsiveness to logo
Browse files Browse the repository at this point in the history
Added responsiveness to image logo based on device width (set at 90% of device width, which can be changed as per requirement)
  • Loading branch information
Anirban166 committed Jun 25, 2020
1 parent 3a1ac28 commit 4c33b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 4c33b7c

Please sign in to comment.