We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a2446 commit 51ff35dCopy full SHA for 51ff35d
assets/styles/style.css
@@ -597,11 +597,31 @@ html[dir="rtl"] header::before {
597
margin-top: 0.5em;
598
margin-right: 0.5em;
599
font-weight: 500;
600
- transition: all 0.2s ease-out;
+ transition: transform 0.2s ease-out, filter 0.2s ease-out;
601
transform: scale(1);
602
}
603
604
.trailing-button:hover {
605
transform: scale(1.03);
606
filter: brightness(1.2);
607
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