summaryrefslogtreecommitdiff
path: root/site/assets/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-06-28 02:40:06 -0400
committerJules Laplace <julescarbon@gmail.com>2019-06-28 02:40:06 -0400
commitfcd19ef4c46407e30b9453bb2c1c9d195be8020e (patch)
treedf29d3722b84ed07c3b0d02a90173c118e037690 /site/assets/css
parentcd529774334bf719bc9ba086f54b4521d2b03700 (diff)
fix up research blog index
Diffstat (limited to 'site/assets/css')
-rw-r--r--site/assets/css/css.css35
1 files changed, 31 insertions, 4 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 816806f4..2a004e76 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -727,15 +727,29 @@ section.fullwidth .image {
}
.research_index h1 {
margin-top: 20px;
- text-decoration: underline;
+}
+.research_index .wide {
+ min-height: 33vh;
+ padding: 40px 20px;
}
.desktop .research_index section:hover h1 {
color: #fff;
}
+.research_index section {
+ padding: 20px;
+}
.research_index section:hover h2 {
color: #ddd;
}
-
+.research_index section h2,
+.research_index section h3,
+.research_index section h4 {
+ max-width: 90%;
+ margin: 30px;
+}
+.research_index .readmore span {
+ border-bottom: 2px solid;
+}
/* home page */
.hero {
@@ -959,6 +973,7 @@ section.intro_section {
max-width: 960px;
margin: 3rem auto;
}
+.research_index h2,
.intro_section .hero_desc {
font-size: 38px;
line-height: 60px;
@@ -966,14 +981,16 @@ section.intro_section {
color: #ddd;
font-weight: 400;
}
+.mobile .research_index h2,
.mobile .intro_section .hero_desc{
font-size: 16px;
line-height: 32px;
margin-bottom: 20px;
}
-.intro_section .hero_desc .dataset-name{
- color:#fff;
+.intro_section .hero_desc .dataset-name {
+ color: #fff;
}
+.research_index h3,
.intro_section .hero_subdesc {
font-size: 17px;
line-height: 36px;
@@ -981,27 +998,37 @@ section.intro_section {
font-weight: 400;
color: #ddd;
}
+.mobile .research_index h3,
.mobile .intro_section .hero_subdesc {
font-size: 14px;
line-height: 28px;
}
+.research_index h2 .bgpad,
.intro_section .hero_desc .bgpad {
box-shadow: -10px -10px #181818, 10px -10px #181818, 10px 10px #181818, -10px 10px #181818;
background: #181818;
}
+.research_index h3 .bgpad,
.intro_section .hero_subdesc .bgpad {
box-shadow: -10px -10px #181818, 10px -10px #181818, 10px 10px #181818, -10px 10px #181818;
background: #181818;
}
+.mobile .research_index h2 .bgpad,
.mobile .intro_section .hero_desc .bgpad {
box-shadow: -6px -6px #181818, 6px -6px #181818, 6px 6px #181818, -6px 6px #181818;
background: #181818;
}
+.mobile .research_index h3 .bgpad,
.mobile .intro_section .hero_subdesc .bgpad {
box-shadow: -6px -6px #181818, 6px -6px #181818, 6px 6px #181818, -6px 6px #181818;
background: #181818;
}
+.research_index h4 .bgpad {
+ box-shadow: -6px -6px #181818, 6px -6px #181818, 6px 6px #181818, -6px 6px #181818;
+ background: #181818;
+ color: #eee;
+}
.firefox .intro_section div > span {
box-decoration-break: clone;