summaryrefslogtreecommitdiffci
path: root/views/index.html
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-10-15 02:43:04 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-10-15 02:43:04 +0700
commit454e2f3cd84b6c0b02a0c2936a574d3d9c35c5a1 (patch)
treec05bfb6efdce821d69a0d676dc2e3244a646746a /views/index.html
parente372d8ad15ca9026fffb9248991e3df48c72b5f6 (diff)
downloadweb-454e2f3cd84b6c0b02a0c2936a574d3d9c35c5a1.tar.gz
web-454e2f3cd84b6c0b02a0c2936a574d3d9c35c5a1.zip
feat: start switching to absolute length units in design
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/index.html b/views/index.html
index b52df94..666b9c6 100644
--- a/views/index.html
+++ b/views/index.html
@@ -56,7 +56,7 @@
</style>
</head>
-<body data-theme="night" class="font-spectral text-main-dark text-[1.5vmax] overflow-hidden bg-interlocked-hexagons h-screen flex flex-col">
+<body data-theme="night" class="font-spectral text-main-dark text-2xl overflow-hidden bg-interlocked-hexagons h-screen flex flex-col">
<div class="absolute star z-0">*</div>
<div class="absolute star z-0">*</div>
@@ -103,13 +103,13 @@
</script>
<div class="menu-outer-body p-4 z-1 bg-background-dark flex flex-col mx-auto my-auto opacity-70">
- <p class="font-patua mx-auto text-[2.5vmax] mt-[0.8vmin] mb-[0.8vmin]">saya.today</p>
+ <p class="font-patua mx-auto text-4xl mt-2 mb-2">saya.today</p>
<div class="menu-inner-body grow bg-background-light flex flex-adaptive mx-auto opacity-100">
{{- range .AvailableLanguages }}
<img onclick="location.href='/{{ .Name }}';" class="object-scale-down cursor-pointer flex-1 rounded-[20%] language-icon mx-auto my-auto relative" src="{{ .Flag }}" alt="{{ .Alt }}">
{{- end }}
</div>
- <p class="font-spectral mx-auto text-[1.5vmax] text-secondary mt-[0.8vmin] mb-[0.8vmin]">Choose your language</p>
+ <p class="font-spectral mx-auto text-2xl text-secondary mt-2 mb-2">Choose your language</p>
</div>
<script>