diff --git a/front/src/components/library/Home.vue b/front/src/components/library/Home.vue index 5e81dbdc8..19b667335 100644 --- a/front/src/components/library/Home.vue +++ b/front/src/components/library/Home.vue @@ -19,8 +19,8 @@ -
-
+
+
diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index 311e0e9dc..3e5adb8ca 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -143,9 +143,12 @@ body { } .ui.stripe.segment, #footer { - padding: 2em; + padding: 1em; @include media(">tablet") { - padding: 4em; + padding: 2em; + } + @include media(">desktop") { + padding: 3em; } }