Skip to content

Commit

Permalink
try to fix logo on mobile v3
Browse files Browse the repository at this point in the history
style gets overwritten
max-width: 100% style is added

if we set height aspect ratio is changed on mobile
try to use only width
  • Loading branch information
ianic committed Feb 15, 2022
1 parent 95014b4 commit bb46402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="docs/images/mantil-logo-lockup-1-orange-RGB.png" height="120px" width="592px" style="height:auto;">
<img src="docs/images/mantil-logo-lockup-1-orange-RGB.png" width="592px">

[![License][License-Image]][License-Url] [![Slack][Slack-Image]][Slack-Url] ![tests](https://github.com/mantil-io/mantil/actions/workflows/test.yml/badge.svg)

Expand Down

0 comments on commit bb46402

Please sign in to comment.