diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-22 00:02:47 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-22 00:02:47 +0100 |
| commit | f6c40fa2db0db63cc5ca59b60ba529dd2d0a044d (patch) | |
| tree | 52c063625f62c51688f3a5435cc1bacbb625b5fc /site/assets/css/css.css | |
| parent | 3ec2c1865324f99edcc6d935b2caed808b5e5667 (diff) | |
cosmetics
Diffstat (limited to 'site/assets/css/css.css')
| -rw-r--r-- | site/assets/css/css.css | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 32c7dad6..47fc0652 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -59,9 +59,9 @@ header .site_name { font-weight: 600; text-transform: uppercase;; color: #fff; - font-size: 12px; - line-height: 12px; - letter-spacing: 4px; + font-size: 11px; + line-height: 11px; + letter-spacing: 3px; } header .site_name.splash{ font-size: 20px; @@ -157,18 +157,19 @@ footer a:hover { /* headings */ h1 { - color: #ddd; + color: #eee; font-weight: 400; - font-size: 28pt; + font-size: 34pt; margin: 75px 0 10px; padding: 0; transition: color 0.1s cubic-bezier(0,0,1,1); font-family: 'Roboto'; } h2 { - color: #ddd; + color: #eee; font-weight: 400; - font-size: 28pt; + font-size: 32pt; + line-height: 43pt; margin: 20px 0 10px; padding: 0; transition: color 0.1s cubic-bezier(0,0,1,1); @@ -177,7 +178,7 @@ h2 { h3 { margin: 0 0 20px 0; padding: 20px 0 0 0; - font-size: 18pt; + font-size: 22pt; font-weight: 500; transition: color 0.1s cubic-bezier(0,0,1,1); font-family: 'Roboto'; @@ -298,10 +299,10 @@ p.subp{ } .left-sidebar { float: left; - width: 220px; + width: 200px; padding-top: 10px; padding-right: 20px; - margin-right: 20px; + /*margin-right: 20px;*/ margin-bottom: 30px; /*border-right: 1px solid #444;*/ font-family: 'Roboto'; @@ -768,9 +769,9 @@ section.intro_section { font-family: 'Roboto Mono'; width: 100%; background-size: cover; - background-position: bottom left; + background-position: center left; padding: 50px 0; - min-height: 45vh; + /*min-height: 40vh;*/ display: flex; justify-content: center; align-items: center; @@ -779,28 +780,31 @@ section.intro_section { } .intro_section .inner { max-width: 960px; - margin: 0 auto; + margin: 3rem auto; } .intro_section .hero_desc { font-size: 38px; line-height: 60px; margin-bottom: 30px; color: #ddd; - font-weight: 300; + font-weight: 400; +} +.intro_section .hero_desc .dataset-name{ + color:#fff; } .intro_section .hero_subdesc { font-size: 17px; line-height: 36px; - max-width: 680px; - font-weight: 300; + max-width: 80%; + font-weight: 400; color: #ddd; } .intro_section .hero_desc .bgpad { - box-shadow: -7px -7px #181818, 7px -7px #181818, 7px 7px #181818, -7px 7px #181818; + box-shadow: -10px -10px #181818, 10px -10px #181818, 10px 10px #181818, -10px 10px #181818; background: #181818; } .intro_section .hero_subdesc .bgpad { - box-shadow: -8px -8px #181818, 8px -8px #181818, 8px 8px #181818, -8px 8px #181818; + box-shadow: -10px -10px #181818, 10px -10px #181818, 10px 10px #181818, -10px 10px #181818; background: #181818; } @@ -852,9 +856,9 @@ page-specific formatting .map-legend-item:before { content: ''; display: inline-block; - width: 4px; - height: 4px; - margin-bottom: 3px; + width: 10px; + height: 10px; + /*margin-bottom: 2px;*/ margin-right: 6px; } .map-legend-item.edu:before { |
