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 1aed594 + 6a92f21 commit c4ef754Copy full SHA for c4ef754
public/css/style.css
@@ -163,6 +163,33 @@ ul.categories-dropdown > li > a {
163
}
164
165
166
+@media only screen
167
+and (min-device-width: 768px)
168
+and (max-device-width : 1025px)
169
+and (orientation : landscape) {
170
+ .page-wrapper {
171
+ margin-top: 0.5rem;
172
+ }
173
+}
174
+
175
176
177
+and (max-device-width: 991px)
178
179
180
+ margin-top: 4rem;
181
182
183
184
185
186
+and (max-device-width : 1024px)
187
+and (orientation : portrait) {
188
189
190
191
192
193
.error-v4 {
194
float: left;
195
position: relative;
0 commit comments