X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fwebsite;a=blobdiff_plain;f=static%2Fcss%2Fmain.css;h=71d1a42f2ab0180068afa0e79f15a6ed25e1ee09;hp=caa9c5f7989c7c480b8fca8b2908abb8f14ebf06;hb=25d0a895232af0c25876458dc06026343533dea2;hpb=0dba2b4ea51d8e1cd8cfc6e8ac3697c91e7e3ba5 diff --git a/static/css/main.css b/static/css/main.css index caa9c5f..71d1a42 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2,10 +2,15 @@ body { background-color: #f0f0f0; text-align: justify; + margin-top: 20px; } h1 { - margin: 20px 0; + margin: 25px 0; +} + +h3 { + margin-top: 30px; } img.pull-left { @@ -19,10 +24,7 @@ img.pull-right { .content { background-color: white; border: 1px solid #ccc; - border-top: 0; - border-bottom-radius: 6px; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; + border-radius: 6px; padding: 0px 10px 10px 10px; }