diff --git a/frontend/scss/setup/mixins/_other.scss b/frontend/scss/setup/mixins/_other.scss index 110ba9107c..905982f3d5 100755 --- a/frontend/scss/setup/mixins/_other.scss +++ b/frontend/scss/setup/mixins/_other.scss @@ -120,18 +120,6 @@ Creates a load spinner. @return $string; } -// To fix collapsing margins -.clearfix { - &:before,&:after { - display:table; - content:""; - line-height:0; - } - &:after { - clear:both; - } -} - @mixin tucked-margin-top($font-obj, $distances, $single-bp: false) { $settings: false; $line-height: 0; diff --git a/resources/views/components/organisms/_o-gallery----slider.blade.php b/resources/views/components/organisms/_o-gallery----slider.blade.php index 296bbda947..0075198597 100644 --- a/resources/views/components/organisms/_o-gallery----slider.blade.php +++ b/resources/views/components/organisms/_o-gallery----slider.blade.php @@ -1,5 +1,4 @@