summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-06-30 17:34:27 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-06-30 17:34:27 -0400
commitf22f0fdc29a55bde2cabe3db26a4388b5c96ba5f (patch)
treee2909af9f98e168abf008a17b20a92131e642f3b /style.css
parent8bcb989388cdda2a37c302cd744b22dc82de95fc (diff)
random tweaks
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1b6a37a..40eee45 100644
--- a/style.css
+++ b/style.css
@@ -69,6 +69,7 @@ pre {
p img, li img, h1 img, h2 img, h3 img, h4 img {
vertical-align: middle ;
max-width: 1em;
+ max-height: 1em;
border: none ;
display: inline ;
}
@@ -79,6 +80,10 @@ img {
display: block ;
border: solid 5px beige ;
}
+.titleimg {
+ border: none ;
+ height: 150px ;
+}
strong {
color: orange ;
}