From 4b9a93628683410c81bb359682ac6b13c94d73ed Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 9 Dec 2024 22:35:52 +0100 Subject: Update --- src/_sidebar.scss | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'src/_sidebar.scss') diff --git a/src/_sidebar.scss b/src/_sidebar.scss index d220678..3d1689a 100644 --- a/src/_sidebar.scss +++ b/src/_sidebar.scss @@ -28,5 +28,35 @@ } } } + + a { + &:hover { + text-decoration: underline; + } + } + } + + @media screen and (min-width: 545px) and (max-width: 1024px) { + .boxesSidebarLeft{ + margin-inline-end: 0; + } + + .boxesSidebarRight { + margin-inline-start: 0; + } + + .boxesSidebarLeft, .boxesSidebarRight { + .box { + border-radius: 0; + + &:not(:first-child) { + padding-start: 20px 10px; + + &::before { + display: none; + } + } + } + } } } -- cgit v1.2.3-70-g09d2