Files
rank24.pl/layout/style-scss/_stuff.scss
2024-12-12 15:33:18 +01:00

7 lines
83 B
SCSS

.clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}