summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMatthew Evan <55710660+MattMadness@users.noreply.github.com>2021-06-30 17:49:11 -0400
committerGitHub <noreply@github.com>2021-06-30 17:49:11 -0400
commit91004ef7bf24dc82cf9bcc37f87e0e178b0dd544 (patch)
tree9fa4aed775205c37e97f31a1f2b00830912d0a4e /style.css
parent8679c6fe3deaf8fef0e1d92e7e4114e5e9ff69e9 (diff)
parentf22f0fdc29a55bde2cabe3db26a4388b5c96ba5f (diff)
Merge branch 'LukeSmithxyz:master' into master
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 ;
}