Commit 82591e48 authored by Jake Hartnell's avatar Jake Hartnell Committed by Randall Leeds

Update welcome page to reflect new UX and iconography.

parent 9c282058
...@@ -161,6 +161,11 @@ ol { ...@@ -161,6 +161,11 @@ ol {
img { img {
float: left; float: left;
opacity: .7;
&:hover {
opacity: 1;
}
} }
} }
......
@import "./mixins/icons"; @import "./mixins/icons";
/* HACKY THINGS */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic);
html, body {
font-family: "lato", sans-serif !important;
}
/* / HACKY THINGS */
.help-page { .help-page {
padding-top: 2.5em; padding-top: 2.5em;
padding-bottom: 2.5em; padding-bottom: 2.5em;
...@@ -11,6 +19,7 @@ ...@@ -11,6 +19,7 @@
.masthead { .masthead {
margin-bottom: 2.5em; margin-bottom: 2.5em;
margin-left: -1em;
} }
} }
...@@ -36,7 +45,7 @@ ...@@ -36,7 +45,7 @@
.help-page-heading, .help-page-heading,
.help-page-lede { .help-page-lede {
text-align: center; // text-align: center;
} }
.help-page-lede { .help-page-lede {
......
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