We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7486a1c commit fbf5aafCopy full SHA for fbf5aaf
.gitignore
@@ -37,3 +37,5 @@ phpstan.neon
37
38
.claude/settings.local.json
39
config/reference.php
40
+
41
+public/css/app.css
assets/css/app.css
@@ -4,8 +4,15 @@
4
5
@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');
6
7
+@layer utilities {
8
+ .max-w-screen-xl {
9
+ max-width: 1472px;
10
+ }
11
+}
12
13
@layer base {
14
html {
15
+ font-size: 115%;
16
background-color: #080d19;
17
color: #e2e8f0;
18
font-family: 'DM Sans', sans-serif;
0 commit comments