Title bug-fix
This commit is contained in:
fraxle
2026-06-04 16:48:20 +01:00
parent 41acfcd5b9
commit 3fab67e89e
2 changed files with 14 additions and 3 deletions
+4 -2
View File
@@ -202,8 +202,10 @@ body {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
position: absolute; position: absolute;
left: 50%; left: 0;
transform: translateX(-50%); right: 0;
top: 50%;
transform: translateY(-50%);
text-align: center; text-align: center;
pointer-events: none; pointer-events: none;
} }
+10 -1
View File
@@ -304,7 +304,7 @@
occupying its own vertical slot — keeps the header compact. */ occupying its own vertical slot — keeps the header compact. */
.utci-search-overlay { .utci-search-overlay {
position: absolute; position: absolute;
top: -4px; top: -9px;
left: 0; left: 0;
width: 100%; width: 100%;
z-index: 60; z-index: 60;
@@ -431,7 +431,16 @@
.utci-title { .utci-title {
font-size: clamp(40px, 12vw, 60px); font-size: clamp(40px, 12vw, 60px);
} }
}
@media (max-width: 640px) {
.utci-title,
.utci-tagline {
display: none;
}
}
@media (max-width: 960px) {
.scope-ring { .scope-ring {
width: 250px; width: 250px;
height: 250px; height: 250px;