summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-16 14:22:44 -0400
committerGitHub <noreply@github.com>2021-03-16 14:22:44 -0400
commitbb9e983c49a7d227b6fbca9ec4678d49aa93c6ea (patch)
tree3795a3ebe61a729a39001e6edc44fa5205d2bfae
parente8705b4950baa25c6ce729ac23558b61af89c43c (diff)
parentd8e4c64e38bd9c6acb7e7ca5913a36999ded514c (diff)
downloadbased.cooking-bb9e983c49a7d227b6fbca9ec4678d49aa93c6ea.tar
based.cooking-bb9e983c49a7d227b6fbca9ec4678d49aa93c6ea.tar.gz
based.cooking-bb9e983c49a7d227b6fbca9ec4678d49aa93c6ea.tar.lz
based.cooking-bb9e983c49a7d227b6fbca9ec4678d49aa93c6ea.tar.xz
based.cooking-bb9e983c49a7d227b6fbca9ec4678d49aa93c6ea.zip
Merge pull request #187 from hallzy/fixed-image-sizing
Fixed Image sizing for directional images
-rw-r--r--data/style.css3
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 ;