css: center section title on mobile
This commit is contained in:
parent
9fc9dd00e9
commit
7cf6de22f7
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
.section--title {
|
.section--title {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section--title::before {
|
.section--title::before {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue