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;
justify-content: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
text-align: center;
pointer-events: none;
}
+10 -1
View File
@@ -304,7 +304,7 @@
occupying its own vertical slot — keeps the header compact. */
.utci-search-overlay {
position: absolute;
top: -4px;
top: -9px;
left: 0;
width: 100%;
z-index: 60;
@@ -431,7 +431,16 @@
.utci-title {
font-size: clamp(40px, 12vw, 60px);
}
}
@media (max-width: 640px) {
.utci-title,
.utci-tagline {
display: none;
}
}
@media (max-width: 960px) {
.scope-ring {
width: 250px;
height: 250px;