Skip to content

Commit 51ff35d

Browse files
committed
Mobile improvements
1 parent 59a2446 commit 51ff35d

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

assets/styles/style.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,11 +597,31 @@ html[dir="rtl"] header::before {
597597
margin-top: 0.5em;
598598
margin-right: 0.5em;
599599
font-weight: 500;
600-
transition: all 0.2s ease-out;
600+
transition: transform 0.2s ease-out, filter 0.2s ease-out;
601601
transform: scale(1);
602602
}
603603

604604
.trailing-button:hover {
605605
transform: scale(1.03);
606606
filter: brightness(1.2);
607607
}
608+
609+
@media (max-width: 1024px) {
610+
.ex-card {
611+
display: flex;
612+
align-items: center;
613+
}
614+
615+
.ex-card-column {
616+
display: none;
617+
}
618+
619+
.explanator .icon-container md-icon {
620+
margin-bottom: 0;
621+
margin-right: 0.2em;
622+
}
623+
624+
.explanator {
625+
flex-direction: column;
626+
}
627+
}

0 commit comments

Comments
 (0)