mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
Fixed .first clearing issue for regular <li>s
This commit is contained in:
@@ -1952,12 +1952,16 @@ Media Queries
|
||||
width: 82.90598290598291%;
|
||||
}
|
||||
|
||||
.col.first,
|
||||
.first,
|
||||
.footer-widgets .footer-widgets-1 {
|
||||
clear: both;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
li.first {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
/* Lists inside columns (to remove bottom margin as needed at mobile sizes */
|
||||
.no-list-margin ul,
|
||||
.no-list-margin ol {
|
||||
|
||||
Reference in New Issue
Block a user