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 09b3e7b commit 1ce3333Copy full SHA for 1ce3333
app/styles/home.scss
@@ -115,12 +115,22 @@
115
}
116
li a:hover { background-color: darken($main-bg-dark, 5%); }
117
118
+}
119
+
120
+#home-crates {
121
+ @include flex-wrap(wrap);
122
+ @include justify-content(center);
123
124
+ > div {
125
+ margin: 0;
126
+ padding: 0 15px;
127
+ width: 33.33%;
128
+ }
129
130
@media only screen and (max-width: 750px) {
- #just-updated { display: none; }
131
+ > div { width: 50%; }
132
133
@media only screen and (max-width: 550px) {
- #new-crates { display: none; }
134
+ > div { width: 100%; }
135
136
-
-#home-crates > div { @include flex(1); }
0 commit comments