Files
bbc-young-reporter/css/mdc-card-list.css
Matthew Grove 8671144229 Enable auto-population & remove author pages
Make the navbar, main article list and content of articles (images, dates and authors) populate automatically, and remove pages for each author.
2019-01-25 20:36:38 +00:00

26 lines
461 B
CSS

.mdc-card {
margin: 2px 2px 10px 2px;
}
.mdc-card-content {
margin: 5px 15px 5px 15px;
}
.mdc-card .mdc-typography--headline6, .mdc-card .mdc-typography--subtitle2 {
margin: 0;
}
.main-content .mdc-card {
float:left;
clear:left;
width: 49%;
}
.main-content .mdc-card:nth-of-type(4n){
float:right;
clear:right;
}
.main-content .mdc-card:nth-child(1), .main-content .mdc-card:nth-child(3) {
float: none;
clear: none;
width: auto;
}