We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bf9be7 + 0565be0 commit dac3749Copy full SHA for dac3749
src/css/header.css
@@ -176,7 +176,7 @@ body {
176
margin: 0.25rem 0;
177
}
178
179
-@media screen and (width >= 799px) {
+@media screen and (width <= 799px) {
180
.navbar-brand .navbar-item {
181
align-items: center;
182
display: flex;
src/css/owncloud.css
@@ -129,7 +129,7 @@ blockquote::before {
129
/**
130
* Supplemental Responsive Styles
131
*/
132
-@media screen and (width >= 600px) {
+@media screen and (width <= 600px) {
133
footer div.container div.row-full {
134
margin-left: 0;
135
width: 100%;
0 commit comments