Skip to content

Commit fbf5aaf

Browse files
authored
Zoom in (#392)
* Zoom site in to 115% * Ignore compiled css file
1 parent 7486a1c commit fbf5aaf

File tree

3 files changed

+9
-838
lines changed

3 files changed

+9
-838
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ phpstan.neon
3737

3838
.claude/settings.local.json
3939
config/reference.php
40+
41+
public/css/app.css

assets/css/app.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44

55
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@400;500&family=JetBrains+Mono:wght@400;500&display=swap');
66

7+
@layer utilities {
8+
.max-w-screen-xl {
9+
max-width: 1472px;
10+
}
11+
}
12+
713
@layer base {
814
html {
15+
font-size: 115%;
916
background-color: #080d19;
1017
color: #e2e8f0;
1118
font-family: 'DM Sans', sans-serif;

0 commit comments

Comments
 (0)