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 19eb359 commit 52b854bCopy full SHA for 52b854b
sass/_valkey.scss
@@ -1073,6 +1073,19 @@ pre table {
1073
1074
.documentation-card-grid {
1075
margin-top: 4rem;
1076
+
1077
+ @media (max-width: 1100px) {
1078
+ .col {
1079
+ flex: 1 1 50%;
1080
+ margin-bottom: 3rem;
1081
+ }
1082
1083
1084
+ @media (max-width: 768px) {
1085
1086
+ flex: 1 1 100%;
1087
1088
1089
}
1090
1091
.documentation-card {
@@ -1083,10 +1096,8 @@ pre table {
1096
border-radius: 20px;
1097
color: white;
1098
background: #2d2471;
- margin-bottom: 3rem;
1099
1100
@include respond-min(768px) {
- margin-bottom: 0;
1101
min-height: 100%;
1102
1092
1103
0 commit comments