From 3edb1969989b1cd05c647065e1e6b423a994ed9b Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Fri, 11 Feb 2022 16:41:51 +0000
Subject: [PATCH] refactor: comment out obsolete css

---
 assets/css/style.css |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index b32e589..7b5663e 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -798,7 +798,7 @@
   font-style: normal;
   border-radius: 999em;
 }
- */
+
 [role='back'] {
   padding: 0.5em 1.25em;
   line-height: 1.666em;
@@ -818,7 +818,7 @@
   padding: 6px 12px;
 }
 
-/* 
+
 .cta {
   padding-bottom: 1em;
 }
@@ -984,14 +984,13 @@
   font-weight: 800;
   margin-right: 0.75rem;
 }
-*/
 
 @media screen and (min-width: 961px), print {
   /* header {
     border-bottom: 1px solid var(--border-color);
   } */
 
-  /* .nav__links li:not(:last-of-type) {
+/* .nav__links li:not(:last-of-type) {
     padding-right: 20px;
   } 
 
@@ -1009,13 +1008,13 @@
     flex-grow: 1;
   }
 */
-  .navbar {
+/* .navbar {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
-  }
+  } */
 
-  /* .nav__list {
+/* .nav__list {
     display: flex;
     flex: 1;
     justify-content: space-between;
@@ -1086,15 +1085,17 @@
   .box--right {
     margin-left: auto;
   }
-  */
+  
 }
 
+*/
+
 @media screen and (max-width: 960px) {
   /* aside {
     width: 100%;
   } */
 
-  .sidebar {
+  /* .sidebar {
     width: 100%;
     border-right: none;
     z-index: 1;
@@ -1113,7 +1114,7 @@
 
   .sidebar .logo-title .title h3 {
     font-size: 2.2rem;
-  }
+  } */
 
   /*   header {
     width: 100%;
@@ -1122,14 +1123,14 @@
   .post-title h3 {
     line-height: 1.6;
   }
-
+  /* 
   main {
     width: 100%;
   }
 
   .content {
     z-index: 2;
-  }
+  } */
   /*
   .post figure.right {
     float: unset;
@@ -1220,13 +1221,13 @@
   }
   */
 
-  .list-with-title .listing .listing-post .post-time {
+  /* .list-with-title .listing .listing-post .post-time {
     max-width: 20%;
   }
 
   .list-with-title .listing .listing-post a {
     width: 80%;
-  }
+  } */
   /*
   .box--right,
   .box--left {

--
Gitblit v1.10.0