diff options
author | Steven Hall <Hallzy.18@gmail.com> | 2021-03-15 21:38:54 -0700 |
---|---|---|
committer | Steven Hall <Hallzy.18@gmail.com> | 2021-03-15 21:45:28 -0700 |
commit | d8e4c64e38bd9c6acb7e7ca5913a36999ded514c (patch) | |
tree | 27991de4c2b2d4ca351c6ac8f5b261316f5493f2 /data | |
parent | 96eda94127e6ea4ba03e36cc1b2373577f04a1a1 (diff) | |
download | based.cooking-d8e4c64e38bd9c6acb7e7ca5913a36999ded514c.tar based.cooking-d8e4c64e38bd9c6acb7e7ca5913a36999ded514c.tar.gz based.cooking-d8e4c64e38bd9c6acb7e7ca5913a36999ded514c.tar.lz based.cooking-d8e4c64e38bd9c6acb7e7ca5913a36999ded514c.tar.xz based.cooking-d8e4c64e38bd9c6acb7e7ca5913a36999ded514c.zip |
Fixed Image sizing for directional images
Diffstat (limited to 'data')
-rw-r--r-- | data/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css index a606dd599..5c9d1c259 100644 --- a/data/style.css +++ b/data/style.css @@ -25,7 +25,8 @@ code { color: lime ; } -li img { +img[alt="BTC logo"], +img[alt="XMR Logo"] { max-width: 1em ; max-height: 1em ; display: inline ; |