From c8051b9217a50f0b06c0b0bf2fb991df3d3db164 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 06 Feb 2022 12:08:15 +0000
Subject: [PATCH] chore: commented out refactored code

---
 assets/css/style.css |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index f962f40..6242379 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -557,7 +557,7 @@
 .post figure.big {
   max-width: 100vw;
 }
-*/
+
 .info {
   margin: 1em;
 }
@@ -565,7 +565,7 @@
 .info span {
   margin-right: 0.5em;
 }
-/*
+
 .post .post-footer .meta a {
   text-decoration: none;
   color: var(--body-color);
@@ -624,8 +624,7 @@
   border: 1px solid var(--border-color);
   border-bottom: 0px;
 }
-*/
-/*
+
 .pagination {
   margin: 30px;
   padding: 0px 0 56px 0;
@@ -658,9 +657,7 @@
 .pagination .next {
   float: right;
 }
-*/
 
-/*
 .footer {
   clear: both;
   text-align: center;
@@ -693,12 +690,13 @@
   padding: 4px;
 }
 
-*/
-/*for archive*/
+
+
 .archive {
   width: 100%;
 }
 
+
 .list-with-title {
   font-size: 1.4rem;
   margin: 30px;
@@ -742,14 +740,13 @@
 .list-with-title .listing .listing-post a:hover {
   color: #2660ab;
 }
-
+*/
 /* share */
 
 .read_more {
   font-size: 1.4rem;
 }
 
-
 /*
 #fb_comments_container {
   margin: 30px;
@@ -1230,7 +1227,7 @@
   .list-with-title .listing .listing-post a {
     width: 80%;
   }
-/*
+  /*
   .box--right,
   .box--left {
     border-bottom: 1px solid var(--border-color);

--
Gitblit v1.10.0