diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/css/css.css | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 8436bcc..7317399 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -232,6 +232,9 @@ a { .gallery .buttons { margin-top: 1rem; } +.gallery .buttons.arrows div { + display: inline-block; +} /** Videos */ @@ -362,6 +365,9 @@ a { width: 25%; padding: 1rem 2rem; } +.credits { + font-size: 1rem; +} .credits h2 { width: 100%; text-align: center; @@ -397,9 +403,6 @@ a { font-weight: bold; } .credits-rows a { - text-decoration: none; -} -.credits-rows a:hover { text-decoration: underline; } .credits-rows > div > div:first-child { @@ -507,9 +510,16 @@ a { .gallery .buttons.arrows { position: absolute; bottom: 0; - right: 0; + right: 1rem; width: auto; } + .gallery .buttons.arrows div { + margin: 0 0.25rem; + width: 1.5rem; + height: 1.5rem; + padding: 0.25rem; + text-align: center; + } .buttons.close { width: auto; position: fixed; @@ -553,6 +563,9 @@ a { .credits .row .column:first-child { padding-top: 2rem; } + .credits h2 { + margin-top: 0.5rem; + } .credits .inner { padding: 1rem; } |
