summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Hall <Hallzy.18@gmail.com>2021-03-15 21:38:54 -0700
committerSteven Hall <Hallzy.18@gmail.com>2021-03-15 21:45:28 -0700
commitd8e4c64e38bd9c6acb7e7ca5913a36999ded514c (patch)
tree27991de4c2b2d4ca351c6ac8f5b261316f5493f2
parent96eda94127e6ea4ba03e36cc1b2373577f04a1a1 (diff)
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 a606dd5..5c9d1c2 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 ;