1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-06 11:17:57 +00:00
now-playing/assets/scss/1-core/_04-layout.scss

28 lines
410 B
SCSS
Raw Normal View History

2019-11-27 17:06:26 +00:00
/* ----------------------------------------------------------- */
/* == layout */
/* ----------------------------------------------------------- */
/* BFC to the rescue */
.mod {
overflow: hidden;
}
.clear,
.line,
.row {
clear: both;
}
/* blocks that must contain floats */
.clearfix:after,
.line:after,
.mod:after {
display: table;
clear: both;
content: "";
}
.inbl {
display: inline-block;
}