Browse Source

Reduced font sizes for screens up to 719px

devel
Jean 9 months ago
parent
commit
018d76f3dc
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      res/css/vtuber.css
  2. +3
    -3
      vtuber/res/css/vtuber.css

+ 3
- 3
res/css/vtuber.css View File

@@ -120,15 +120,15 @@ main .right {

@media only screen and (max-width: 719px) {
body {
font-size: 18pt;
font-size: 16pt;
}

body h1 {
font-size: 26pt;
font-size: 24pt;
}

body h2 {
font-size: 22pt;
font-size: 20pt;
}

nav {


+ 3
- 3
vtuber/res/css/vtuber.css View File

@@ -120,15 +120,15 @@ main .right {

@media only screen and (max-width: 719px) {
body {
font-size: 18pt;
font-size: 16pt;
}

body h1 {
font-size: 26pt;
font-size: 24pt;
}

body h2 {
font-size: 22pt;
font-size: 20pt;
}

nav {


Loading…
Cancel
Save