mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Swap articles on left & right, to make article list flow better
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
|
||||
/* automatically display articles on either side of the page, alternating */
|
||||
.main-content .mdc-card {
|
||||
float: left;
|
||||
clear: left;
|
||||
float: right;
|
||||
clear: right;
|
||||
width: calc(50% - 6px);
|
||||
}
|
||||
|
||||
.main-content .mdc-card:nth-of-type(even) {
|
||||
float: right;
|
||||
clear: right;
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user