mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 13:04:46 +00:00
9 lines
133 B
SCSS
9 lines
133 B
SCSS
.u-text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
@media screen and (min-width: 15em) {
|
|
.u-text-center\@sm {
|
|
text-align: center;
|
|
}
|
|
}
|