diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-08-30 00:34:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-08-30 00:34:27 +0200 |
| commit | 1df5bf087bf352edf61d8f27268d08a98eacf94d (patch) | |
| tree | 069f800640b5947965d63bd1f3adc52cf85975f0 /public/assets/css.css | |
| parent | ae5784a9dc5fd4897429066e7619649feb03f3c0 (diff) | |
fix modal
Diffstat (limited to 'public/assets/css.css')
| -rw-r--r-- | public/assets/css.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/public/assets/css.css b/public/assets/css.css index 7e4ded7..c80c32b 100644 --- a/public/assets/css.css +++ b/public/assets/css.css @@ -13,9 +13,7 @@ html,body { background-color: white; color: black; } -body.about, -body.entry, -body.submit { +html.entry, .entry body { overflow: hidden; } .readmore, a { @@ -137,11 +135,13 @@ h2 { .media { position: relative; width: 100%; - margin-top: 20px; +} +#entry .media { + margin-top: 60px; } .media iframe { margin: 10px auto; - max-height: 30vh; + max-height: 40vh; max-width: 82vw; } .media img { @@ -188,6 +188,7 @@ h2 { .comments { width: 90vw; margin: 0 auto; + margin-bottom: 40px; } /* TESTIMONIALS */ @@ -217,6 +218,10 @@ h2 { } .close { top: 0; left: 0; + width: 100vw; + padding: 5px 0 0 0; + display: none; + text-align: center; } .close span { display: inline-block; @@ -224,7 +229,10 @@ h2 { color: white; padding: 1px 5px 2px 5px; border-radius: 50%; +} +.entry .close { position: fixed; + display: block; } /* MOBILE STYLES */ |
