From 9df825df06bf47bdbb53b67f15601c60f636b898 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 06 Feb 2022 11:22:17 +0000
Subject: [PATCH] refactor: portfolio, alert, 404, TOC and smaller fixes
---
assets/scss/partials/components/_footer.scss | 50 ++++++++++++++++++++++++++++++--------------------
1 files changed, 30 insertions(+), 20 deletions(-)
diff --git a/assets/scss/partials/components/_footer.scss b/assets/scss/partials/components/_footer.scss
index 79cb670..ea197b9 100644
--- a/assets/scss/partials/components/_footer.scss
+++ b/assets/scss/partials/components/_footer.scss
@@ -1,23 +1,33 @@
.footer {
- clear: both;
- text-align: center;
- font-size: 1rem;
- margin: 0 auto;
- bottom: 0;
- width: 100%;
- padding-bottom: 20px;
- flex: 0;
- position: relative;
+ clear: both;
+ text-align: center;
+ font-size: 1rem;
+ margin: 0 auto;
+ bottom: 0;
+ width: 100%;
+ padding-bottom: 20px;
+ flex: 0;
+ position: relative;
- &__list {
- list-style: none;
- padding: 0;
- display: flex;
- justify-content: center;
- }
-
- &__item:not(:first-of-type)::before {
- content: '\00B7';
- padding: 4px;
+ &__list {
+ list-style: none;
+ padding: 0;
+ display: flex;
+ justify-content: center;
+ }
+
+ &__item:not(:first-of-type)::before {
+ content: '\00B7';
+ padding: 4px;
+ }
+}
+@media screen and (min-width: 961px), print {
+ .footer {
+ &--base {
+ display: none;
}
- }
\ No newline at end of file
+ &--sidebar {
+ display: none;
+ }
+ }
+}
\ No newline at end of file
--
Gitblit v1.10.0