Files
website/static/css/announcement.css
T
Tim Bannister 6a94d9838b Mark front page announcements as <aside> elements
This matches the HTML used on the rest of the site. It helps avoid
search engines treating the aside as the primary content of the web
page.
2020-06-24 22:35:00 +01:00

40 lines
550 B
CSS

.announcement.content {
margin-bottom: 0px;
}
.announcement > p,
.gridPage #announcement .content p,
.announcement > h4,
.announcement > h3 {
color: #ffffff;
}
#announcement a,
#fp-announcement a {
color: #fff;
border-bottom: 1px solid #fff;
}
#announcement a:hover,
#fp-announcement a:hover {
border-bottom: none;
}
#announcement {
padding-top: 125px;
padding-bottom: 25px;
}
.header-hero {
padding-top: 40px;
}
#fp-announcement {
min-height: 30vh;
}
#fp-announcement aside {
padding-top: 125px;
padding-bottom: 35px;
}