fix: center news titles on mobile
This commit is contained in:
parent
d25b6e8e46
commit
7ffe0b2cf6
|
|
@ -37,6 +37,10 @@
|
|||
&--title {
|
||||
flex-grow: 1;
|
||||
margin: 0;
|
||||
|
||||
@media($mobile-breakpoint) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
&--content {
|
||||
|
|
|
|||
Loading…
Reference in New Issue