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