summaryrefslogtreecommitdiffstats
path: root/src/_sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_sidebar.scss')
-rw-r--r--src/_sidebar.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/_sidebar.scss b/src/_sidebar.scss
index b8cfc32..e200106 100644
--- a/src/_sidebar.scss
+++ b/src/_sidebar.scss
@@ -4,14 +4,6 @@
4@use 'common'; 4@use 'common';
5 5
6@mixin styles { 6@mixin styles {
7 .boxesSidebarLeft{
8 margin-inline-end: 30px;
9 }
10
11 .boxesSidebarRight {
12 margin-inline-start: 30px;
13 }
14
15 .boxesSidebarLeft, .boxesSidebarRight { 7 .boxesSidebarLeft, .boxesSidebarRight {
16 .box { 8 .box {
17 border-radius: 0; 9 border-radius: 0;
@@ -46,14 +38,6 @@
46 } 38 }
47 39
48 @media screen and (max-width: 1024px) { 40 @media screen and (max-width: 1024px) {
49 .boxesSidebarLeft{
50 margin-inline-end: 0;
51 }
52
53 .boxesSidebarRight {
54 margin-inline-start: 0;
55 }
56
57 .boxesSidebarLeft, .boxesSidebarRight { 41 .boxesSidebarLeft, .boxesSidebarRight {
58 .box { 42 .box {
59 border-radius: 0; 43 border-radius: 0;