1
0
postdoc/app/javascript/stylesheets/_resets.scss

14 lines
144 B
SCSS
Raw Normal View History

2020-12-06 20:49:03 +01:00
* {
box-sizing: border-box;
}
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}