fix: optimize mobile vertical layout and bottom clearance for continue bar
This commit is contained in:
+8
-7
@@ -4,7 +4,7 @@
|
||||
|
||||
.page-activity .intro {
|
||||
text-align: center;
|
||||
margin-bottom: 1.5em;
|
||||
margin-bottom: 1.2em;
|
||||
}
|
||||
|
||||
.page-activity .intro p {
|
||||
@@ -14,12 +14,13 @@
|
||||
.activity-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 16px;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.activity-grid {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,9 +30,9 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
min-height: 140px;
|
||||
padding: 16px 10px;
|
||||
gap: 8px;
|
||||
min-height: 115px;
|
||||
padding: 12px 8px;
|
||||
background: var(--color-white);
|
||||
border: 2px solid transparent;
|
||||
border-radius: var(--radius-md);
|
||||
@@ -46,14 +47,14 @@
|
||||
}
|
||||
|
||||
.activity-card .icon {
|
||||
font-size: 2.6rem;
|
||||
font-size: 2.2rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.activity-card .label {
|
||||
font-family: var(--font-heading);
|
||||
font-weight: 700;
|
||||
font-size: 0.95rem;
|
||||
font-size: 0.9rem;
|
||||
text-align: center;
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user