NixNet/_sass/_mixins.scss

5 lines
88 B
SCSS

@mixin centered-block() {
display: block;
text-align: center;
width: 100%;
}