From 00301734db0e9492ac636f8e99db65b34542224d Mon Sep 17 00:00:00 2001
From: terminaldweller <thabogre@gmail.com>
Date: Thu, 11 Nov 2021 09:42:32 +0330
Subject: changes the layout of the blog

---
 css/master.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'css')

diff --git a/css/master.css b/css/master.css
index 0f819e3..fd79a28 100644
--- a/css/master.css
+++ b/css/master.css
@@ -17,7 +17,8 @@ body {
   font-family: "DejaVuSansMono NF", Helvetica, monospace;
   overflow-wrap: break-word;
   float: left;
-  width: 78%;
+  /* width: 78%; */
+  width: 95%;
 }
 
 .sidenav {
-- 
cgit v1.2.3