diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-11 06:12:32 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-11 06:12:32 +0000 |
commit | 00301734db0e9492ac636f8e99db65b34542224d (patch) | |
tree | 142b7e8b9293b5536d1f7e5f5a717073eac37c1f /css/master.css | |
parent | http2 WIP (diff) | |
download | blog-00301734db0e9492ac636f8e99db65b34542224d.tar.gz blog-00301734db0e9492ac636f8e99db65b34542224d.zip |
changes the layout of the bloghttps
Diffstat (limited to '')
-rw-r--r-- | css/master.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |