diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-12-31 06:56:49 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-12-31 06:56:49 +0100 |
| commit | d2556655a3429b10a0897757e3880c42028cece8 (patch) | |
| tree | b8e84ef493bf45267bd1f5f34635f3750ea8a0de | |
| parent | 9f8674686bead1c8b3c88af102bdbebbba89a2e8 (diff) | |
css
| -rw-r--r-- | studio-susie/public/assets/css/css.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/studio-susie/public/assets/css/css.css b/studio-susie/public/assets/css/css.css index 1b17226..4af1a9a 100644 --- a/studio-susie/public/assets/css/css.css +++ b/studio-susie/public/assets/css/css.css @@ -31,13 +31,10 @@ h1, h2 { } .section { - background-size: cover; + background-size: auto 90%; background-repeat: no-repeat; background-position: center center; } -.section.contain { - background-size: auto 90%; -} .mobile .section.contain { background-size: contain; } @@ -47,7 +44,7 @@ h1, h2 { top: 10px; left: 10px; z-index: 2; - background: white; + background: rgba(255,255,255,0.8); padding: 20px; } #nav b { @@ -176,7 +173,7 @@ h1, h2 { opacity: 0; transition: opacity 600ms; pointer-events: none; - padding: 10vw; + padding: 10vw 10vw 40vw 10vw; } .listopen #list { |
