diff --git a/assets/styles/global.scss b/assets/styles/global.scss index 3c41bb3488..a799533c93 100644 --- a/assets/styles/global.scss +++ b/assets/styles/global.scss @@ -103,23 +103,6 @@ body { } } -.container.is-fluid { - padding-left: $fluid-container-padding; - padding-right: $fluid-container-padding; -} - -@include mobile { - .column-padding { - padding-left: 10px !important; - padding-right: 10px !important; - margin: 0 -12px !important; - } - .container.is-fluid { - padding-left: $fluid-container-padding-mobile; - padding-right: $fluid-container-padding-mobile; - } -} - /* move to global */ .is-ellipsis { @apply overflow-hidden whitespace-nowrap text-ellipsis; @@ -238,4 +221,4 @@ table th { 0px -1px 0 theme('text-color'), 4px 4px theme('text-color'); } -} \ No newline at end of file +} diff --git a/components/ExploreLayoutWithSidebar.vue b/components/ExploreLayoutWithSidebar.vue index 22a69fcfc9..3d0f05f445 100644 --- a/components/ExploreLayoutWithSidebar.vue +++ b/components/ExploreLayoutWithSidebar.vue @@ -1,6 +1,6 @@