centre title bar on mobile
This commit is contained in:
parent
06b3420088
commit
1a899a84f6
|
@ -41,4 +41,7 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
border-bottom: 2px solid;
|
border-bottom: 2px solid;
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue