Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/custom.scss')
-rw-r--r--assets/css/custom.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/custom.scss b/assets/css/custom.scss
index 39a90f58..d7d9f399 100644
--- a/assets/css/custom.scss
+++ b/assets/css/custom.scss
@@ -175,13 +175,13 @@ span.avoidwrap {
// image floating on feature pages
-@media (min-width: $break-small) {
+@media (min-width: $break-big) {
.image--floated {
float: right;
}
}
-@media (max-width: $break-small) {
+@media (max-width: $break-big) {
.image--floated {
float: none !important;
}