diff options
| author | gamerdonkey | 2020-07-17 23:56:49 -0500 |
|---|---|---|
| committer | gamerdonkey | 2020-07-17 23:56:49 -0500 |
| commit | cf48c64db6d69e348f35ea8043ad33292cbedb4e (patch) | |
| tree | 5d70bb06e2e75101a3065ea014b5224d11602da8 /themes/gamerdonkey-theme/static | |
| parent | 93024e0f62ea21886286d5482ba5a5cb7432f517 (diff) | |
| download | gamerdonkey.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')
| -rw-r--r-- | themes/gamerdonkey-theme/static/css/style.css | 7 |
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; |
