summaryrefslogtreecommitdiff
path: root/site/assets/css/css.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-17 15:10:19 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-17 15:10:19 +0100
commitc293006ba43944ffeb4dcab17b2256f3a5491a36 (patch)
treec645c59758557715ef6abb7a93bb8d23221e8ae5 /site/assets/css/css.css
parent8dcb846682542c609a5498ed69a30a69cb1eace5 (diff)
build cloud
Diffstat (limited to 'site/assets/css/css.css')
-rw-r--r--site/assets/css/css.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 8239cfc7..18959c12 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -376,11 +376,17 @@ section.fullwidth .image {
/* home page */
.hero {
- position: relative;
width: 100%;
- max-width: 1200px;
+ background: black;
+ background: linear-gradient(#000,#222);
height: 50vw;
max-height: 70vh;
+}
+.hero .inner {
+ position: relative;
+ width: 100%;
+ max-width: 1200px;
+ height: 100%;
display: flex;
align-items: center;
margin: 0 auto;
@@ -393,7 +399,7 @@ section.fullwidth .image {
max-height: 70vh;
top: 0;
right: 0;
- z-index: -1;
+ z-index: 0;
text-align: center;
}
.currentFace {
@@ -451,6 +457,9 @@ section.fullwidth .image {
.desktop .intro .under a:hover {
color: #fff;
}
+.dataset-intro h2 {
+ margin-top: 40px;
+}
/* intro - list of datasets */