Make a bit wider with less padding

This commit is contained in:
Fabian Homborg 2022-02-27 18:00:09 +01:00
parent 68f099d804
commit 7555391790

View file

@ -28,13 +28,13 @@ body {
div#fmain {
color: #222;
padding: 10px 40px 10px;
padding: 1em 2em;
background-color: #EEEEFA;
border-radius: 14px;
position: relative;
margin: 1em auto 1em;
box-shadow: 0 0 5px 1px #333;
width: 85%;
width: 90%;
/* This is super-cheesy, but 1270px is the maximum width of the sidebar, the content and the margins */
max-width: 1270px;
}