modified: s/style.css

This commit is contained in:
Flummi 2016-09-02 09:34:34 +00:00
parent 7c30d1b887
commit 342eb2bc8c

View File

@ -9,9 +9,9 @@ body {
font-family: Monospace; font-family: Monospace;
} }
ul#posts { ul#posts {
width: calc(100% - 50px); width: calc(100% - 210px);
margin: 0; margin: 0;
margin-left: 25px; margin-left: 100px;
padding: 0; padding: 0;
list-style: none; list-style: none;
display: -webkit-box; display: -webkit-box;