diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-12-07 01:27:29 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-12-07 01:27:29 +0000 |
commit | 36c787a3950cc7044fccb78d84f82f0ad567e905 (patch) | |
tree | 94d78874dd82f3354b0b2af698c25ae78787d667 /static/style.css | |
parent | 8fae8f38c2c95ed99cd16fc450519915193ae895 (diff) | |
download | boymoder.blog-36c787a3950cc7044fccb78d84f82f0ad567e905.tar.gz boymoder.blog-36c787a3950cc7044fccb78d84f82f0ad567e905.zip |
Added images, added footer stuff
Diffstat (limited to 'static/style.css')
-rwxr-xr-x | static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 6d18d62..32dc92d 100755 --- a/static/style.css +++ b/static/style.css @@ -181,6 +181,13 @@ footer { padding: 300px 10px 5px 20px; margin-bottom: 300px; font-size: xx-small; + align-content: center; +} + +#footer_banners { + display: flex; + align-items: center; + } @media (max-width: 1023px) { |