7 lines
83 B
SCSS
7 lines
83 B
SCSS
.clearfix {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
} |