Commit 35aee3bb authored by Robert Knight's avatar Robert Knight Committed by Nick Stenning

Add styling for recent news items and a dummy news items

parent bcee8e76
......@@ -14,6 +14,7 @@
.home__content {
font-family: $font-family-site-sans;
color: $gray-darker;
margin-top: 95px;
}
......@@ -137,18 +138,39 @@
margin-bottom: 130px;
}
.home__heading--news {
margin-bottom: 70px;
}
.news-headline {
}
.news-item {
margin-bottom: 50px;
}
.news-item__date {
color: $color-gray;
font-size: $font-size-body1;
margin-bottom: 5px;
}
.news-item__heading {
.news-item__title {
font-size: $font-size-heading2;
font-weight: bold;
margin-bottom: 15px;
}
.news-item__snippet {
font-size: $font-size-heading2;
font-weight: $font-weight-light;
}
.news-more-link {
font-size: $font-size-heading2;
font-weight: bold;
}
.news-more-link:not(:hover) {
color: inherit;
}
}
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