From 7981438d6c1bd1513ff0f2faab88035c1ef116c2 Mon Sep 17 00:00:00 2001
From: Alexander Sohn <39831045+Sohn123@users.noreply.github.com>
Date: Sun, 26 Mar 2023 10:25:53 +0000
Subject: [PATCH] fix: remove mixin to fix print layout (#391)

---
 assets/scss/partials/components/_footer.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/scss/partials/components/_footer.scss b/assets/scss/partials/components/_footer.scss
index 91d8efc..a0ecb34 100644
--- a/assets/scss/partials/components/_footer.scss
+++ b/assets/scss/partials/components/_footer.scss
@@ -32,13 +32,13 @@
   &__sidebar {
     display: none;
 
-    @include desktop_and_print {
+    @include desktop {
       display: inline-block;
     }
   }
 
   &__base {
-    @include desktop_and_print {
+    @include desktop {
       display: none;
     }
   }

--
Gitblit v1.10.0