3.0.2.2
Smaller welcome popup for mobile. Deeper simple graph colours
This commit is contained in:
+63
-6
@@ -1040,12 +1040,69 @@
|
||||
transform: translateY(1px);
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
.welcome-card {
|
||||
padding: 26px 20px;
|
||||
}
|
||||
.welcome-title {
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
.welcome-card {
|
||||
padding: 26px 20px;
|
||||
margin-top: 80px; /* Ensure it sits below the fixed header */
|
||||
}
|
||||
.welcome-title {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
.welcome-intro {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.welcome-step-text {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.welcome-step-title {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.welcome-step-body {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.welcome-cta {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.welcome-step-num {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
margin-top: 80px; /* Ensure it sits below the fixed mobile header */
|
||||
}
|
||||
.welcome-title {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
.welcome-intro {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.welcome-step-text {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.welcome-step-title {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.welcome-step-body {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.welcome-cta {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.welcome-step-num {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.welcome-intro {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.welcome-step-text {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.welcome-step-title {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.welcome-step-body {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.welcome-cta {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
}
|
||||
.utci-fetch-time {
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user