1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-03 20:57:57 +00:00
now-playing/assets/scss/1-core/_04-layout.scss
2019-11-27 18:06:26 +01:00

28 lines
410 B
SCSS

/* ----------------------------------------------------------- */
/* == 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;
}