This website works better with JavaScript.
Home
Explore
Help
Sign In
easthighNerd
/
Website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Reduced font sizes for screens up to 719px
devel
Jean
9 months ago
parent
ccce386330
commit
018d76f3dc
Signed by:
easthighNerd
<jean@easthighnerd.net>
GPG Key ID:
F4B3EACD21AEFFF4
2 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
res/css/vtuber.css
+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: 1
8
pt;
font-size: 1
6
pt;
}
body h1 {
font-size: 2
6
pt;
font-size: 2
4
pt;
}
body h2 {
font-size: 2
2
pt;
font-size: 2
0
pt;
}
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: 1
8
pt;
font-size: 1
6
pt;
}
body h1 {
font-size: 2
6
pt;
font-size: 2
4
pt;
}
body h2 {
font-size: 2
2
pt;
font-size: 2
0
pt;
}
nav {
Write
Preview
Loading…
Cancel
Save