5 lines
88 B
SCSS
5 lines
88 B
SCSS
@mixin centered-block() {
|
|
display: block;
|
|
text-align: center;
|
|
width: 100%;
|
|
} |