Add HA in press section

This commit is contained in:
Paulus Schoutsen 2017-07-16 12:19:26 -07:00
parent 4df6a2d9ca
commit 47c814b7f7
6 changed files with 44 additions and 29 deletions

View file

@ -101,9 +101,11 @@ $primary-color: #049cdb;
.frontpage {
.current-version {
margin-bottom: 16px;
.material-card {
margin-bottom: 24px;
}
.current-version {
.release-date {
white-space: nowrap;
}
@ -111,13 +113,26 @@ $primary-color: #049cdb;
}
.recent-posts {
margin-bottom: 16px;
.blog-date {
white-space: nowrap;
}
}
.founder-vision {
display: block;
text-decoration: none;
color: white;
padding: 30px 15px;
font-size: 2.25rem;
line-height: 1.33333;
transition: background-color .5s;
background-color: #038FC7;
&:hover {
background-color: lighten(#038FC7, 10%);
}
}
.shirt-promo {
display: block;
padding-top: 30%;
@ -162,23 +177,13 @@ $primary-color: #049cdb;
}
}
.founder-vision {
.seen-press {
margin-top: 24px;
a {
display: block;
text-decoration: none;
color: white;
padding: 30px 15px;
font-size: 2.25rem;
line-height: 1.33333;
transition: background-color .5s;
background-color: #038FC7;
border-radius: 4px;
&:hover {
background-color: lighten(#038FC7, 10%);
}
img {
border: 0;
box-shadow: none;
margin: 15px;
}
}
}