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.
2 parents 2c71f44 + 99a665a commit b82bd8eCopy full SHA for b82bd8e
src/components/DevelopersHomepage/styles.module.css
@@ -81,7 +81,7 @@ a.col {
81
}
82
83
.col {
84
- --ifm-col-width: 50% !important;
+ --ifm-col-width: 50%;
85
86
87
.col2 {
@@ -133,6 +133,8 @@ a.col {
133
134
.pad{
135
padding: 16px 0 8px 0;
136
+ min-width: 180px;
137
+ max-width: 180px;
138
139
140
.dot{
@@ -340,4 +342,11 @@ a.col {
340
342
.customBullets li::marker {
341
343
color: var(--Primary-Orange, #FF5F02);
344
font-size: 13px;
-}
345
+}
346
+
347
+@media screen and (min-width: 996px) and (max-width: 1222px) {
348
+ .col {
349
+ flex: 0 0 50%;
350
+ max-width: 50%;
351
+ }
352
0 commit comments