diff --git a/jdmain.css b/jdmain.css index fe40f69..74fb0d2 100644 --- a/jdmain.css +++ b/jdmain.css @@ -21,7 +21,7 @@ background: linear-gradient(to bottom, #afeeee 0%, #FFF 100%); z-index: -1; } -body.vmenuspace {margint-top: 2em; border-top: 3px solid;} +body.vmenuspace {margin: 2em 1em; border-top: 3px solid;} section.logobox {position: relative;} section.logobox > h1 { position:absolute; top: 30px; left: 170px; @@ -57,6 +57,8 @@ rgba(40, 40, 40, 0.8)); } +main {padding: 10ex;} + header ul{ display:flex; }