diff options
Diffstat (limited to 'css')
-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 { |