diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-03-24 20:42:47 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-03-24 20:42:47 -0300 |
commit | d6054c358610344a68f755d8ef6fdeea28f36b6c (patch) | |
tree | c3cd2816b97db2ff7868d4f904c1705ebb270678 /static | |
parent | cab9c96065939705bd6ac4e1bb872484b205f539 (diff) |
album banner images
Diffstat (limited to 'static')
-rw-r--r-- | static/site.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css index 3f66c9ea..59c9f624 100644 --- a/static/site.css +++ b/static/site.css @@ -34,11 +34,26 @@ body::before { max-width: 1100px; margin: 10px auto 50px; - padding: 15px; + padding: 15px 0; box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); } +#page-container > * { + margin-left: 15px; + margin-right: 15px; +} + +#banner { + margin: 10px 0; + width: 100%; + display: block; +} + +#banner.dim { + filter: brightness(0.8); +} + a { color: var(--primary-color); text-decoration: none; |