summaryrefslogtreecommitdiff
path: root/views
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-02 14:52:55 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-02 14:52:55 +0700
commit79cc42d8a6904720ffba455e8a4083a8f48851b7 (patch)
tree38f5ea4d093094aae692af155462dee5440be6d1 /views
parent7696eed33b8151aeb5b616dc84d0ed036f817ee2 (diff)
downloadweb-79cc42d8a6904720ffba455e8a4083a8f48851b7.tar.gz
web-79cc42d8a6904720ffba455e8a4083a8f48851b7.zip
fix: night background getting cut in blog0.3.0
fix: border-radius not shrinking with screen ratio
Diffstat (limited to 'views')
-rw-r--r--views/index.html5
-rw-r--r--views/layouts/blog-page.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html
index 6d4bc2f..1b6f8c8 100644
--- a/views/index.html
+++ b/views/index.html
@@ -21,6 +21,10 @@
}
@media (max-aspect-ratio: 1.2/1) {
+ .menu-outer-body {
+ border-radius: 5%;
+ }
+
.menu-inner-body {
width: 92.5%;
}
@@ -30,6 +34,7 @@
.menu-outer-body {
width: 100vw;
height: 80vh;
+ border-radius: 0;
}
.menu-inner-body {
diff --git a/views/layouts/blog-page.html b/views/layouts/blog-page.html
index 6ee7d85..df5e4cf 100644
--- a/views/layouts/blog-page.html
+++ b/views/layouts/blog-page.html
@@ -14,7 +14,7 @@
<link href="/output.css" rel="stylesheet">
</head>
-<body data-theme="olive" class="font-spectral text-main-dark overflow-hidden bg-interlocked-hexagons bg-repeat bg-pattern-body h-screen flex">
+<body data-theme="olive" class="font-spectral text-main-dark overflow-hidden bg-interlocked-hexagons h-screen flex">
<script>
function switchTheme(theme) {