Commit d3764ccf authored by Randall Leeds's avatar Randall Leeds

Merge pull request #2050 from hypothesis/welcome-page-tweaks

Refresh welcome page
parents c85f1c88 133e113f
...@@ -152,19 +152,12 @@ ol { ...@@ -152,19 +152,12 @@ ol {
.masthead-heading { .masthead-heading {
margin: 0; margin: 0;
padding-top: 4px; padding-top: 4px;
} font-size: 1.1em;
font-weight: 400;
.masthead-subheading { color: $gray;
font-size: 1.231em;
margin: 0;
}
img {
float: left;
opacity: .7;
&:hover { &:hover {
opacity: 1; color: $gray-dark;
} }
} }
} }
...@@ -181,7 +174,7 @@ ol { ...@@ -181,7 +174,7 @@ ol {
} }
.masthead-heading { .masthead-heading {
font-size: 20px; font-size: 1.1em;
line-height: 1em; line-height: 1em;
} }
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
padding-top: 2.5em; padding-top: 2.5em;
padding-bottom: 2.5em; padding-bottom: 2.5em;
background: $body-background; background: $body-background;
font-family: 'Lato', sans-serif !important;
@include breakpoint(920px) { @include breakpoint(920px) {
padding-right: 460px; padding-right: 460px;
...@@ -32,7 +33,8 @@ ...@@ -32,7 +33,8 @@
.help-page-heading { .help-page-heading {
color: $gray-darker; color: $gray-darker;
margin-bottom: 1em; margin-bottom: 1em;
font-size: 1.5em; font-weight: 400;
font-size: 1.1em;
} }
.help-page-lede { .help-page-lede {
...@@ -130,7 +132,8 @@ ...@@ -130,7 +132,8 @@
.feature-heading { .feature-heading {
color: $gray-darker; color: $gray-darker;
font-size: 1.125em; font-size: 1em;
font-weight: 400;
margin-bottom: .555em; margin-bottom: .555em;
} }
...@@ -156,3 +159,13 @@ ...@@ -156,3 +159,13 @@
font-size: 12px; font-size: 12px;
} }
} }
/*
Mobile layout
*/
@media screen and (max-width: 30em) {
.help-page-sidebar {
display: none;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment