2.6.2
Title bug-fix
This commit is contained in:
+4
-2
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user