Browse Source

Body text no longer centered on mobile devices

old
Jean 1 year ago
parent
commit
05d7a38c74
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      res/css/main.css

+ 1
- 1
res/css/main.css View File

@@ -105,7 +105,7 @@ main {
@media only screen and (max-width: 719px) {
body {
font-size: 16pt;
text-align: center;
/* text-align: center; */
}

body h1 {


Loading…
Cancel
Save