summaryrefslogtreecommitdiff
path: root/themes/gamerdonkey-theme/static/css
diff options
context:
space:
mode:
authorgamerdonkey2020-07-17 23:56:49 -0500
committergamerdonkey2020-07-17 23:56:49 -0500
commitcf48c64db6d69e348f35ea8043ad33292cbedb4e (patch)
tree5d70bb06e2e75101a3065ea014b5224d11602da8 /themes/gamerdonkey-theme/static/css
parent93024e0f62ea21886286d5482ba5a5cb7432f517 (diff)
downloadgamerdonkey.com-blog-cf48c64db6d69e348f35ea8043ad33292cbedb4e.tar.gz
gamerdonkey.com-blog-cf48c64db6d69e348f35ea8043ad33292cbedb4e.tar.bz2
gamerdonkey.com-blog-cf48c64db6d69e348f35ea8043ad33292cbedb4e.zip
Giving the theme a slightly better look, and fixing the way the opengraph image works on posts.
Diffstat (limited to 'themes/gamerdonkey-theme/static/css')
-rw-r--r--themes/gamerdonkey-theme/static/css/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/gamerdonkey-theme/static/css/style.css b/themes/gamerdonkey-theme/static/css/style.css
index 671df42..bb5fb78 100644
--- a/themes/gamerdonkey-theme/static/css/style.css
+++ b/themes/gamerdonkey-theme/static/css/style.css
@@ -10,7 +10,6 @@ body {
a {
color: white;
- font-weight: bold;
}
ul {
@@ -24,6 +23,7 @@ header#banner {
nav#menu {
width: 100%;
text-align: center;
+ font-weight: bold;
}
nav#menu ul {
@@ -42,6 +42,11 @@ nav#menu ul li:last-child::after {
content: '';
}
+img {
+ max-width: 100%;
+ height: auto;
+}
+
footer#contentinfo {
font-size: 0.7em;
text-align: center;