summaryrefslogtreecommitdiff
path: root/site/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/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 */