centre title bar on mobile

This commit is contained in:
Amolith 2023-01-18 09:30:36 -05:00
parent 06b3420088
commit 1a899a84f6
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 3 additions and 0 deletions

View File

@ -41,4 +41,7 @@
color: inherit;
}
border-bottom: 2px solid;
@media (max-width: 600px) {
text-align: center;
}
}