mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
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.
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
clear:left;
|
||||
width: 49%;
|
||||
}
|
||||
.main-content .mdc-card:nth-of-type(even){
|
||||
.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(2) {
|
||||
.main-content .mdc-card:nth-child(1), .main-content .mdc-card:nth-child(3) {
|
||||
float: none;
|
||||
clear: none;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user