diff --git a/website/layouts/_default/single.html b/website/layouts/_default/single.html index 3a48b9f659efffc8d2e4175fc52d9c75340d5d7d..d4d0fb39d9ef1b65d33918dcd3e9e61323b89fbd 100644 --- a/website/layouts/_default/single.html +++ b/website/layouts/_default/single.html @@ -1,5 +1,5 @@ {{define "main"}} -<section class="expectations" style="margin: 5vh auto;"> +<section class="page"> <h1 style="text-align: center;">{{.Title}}</h1> {{.Content }} </section> diff --git a/website/static/css/style.css b/website/static/css/style.css index 37994f9c5e621b120a1f6718e68cf021dfaccda0..b72463a5d1c220b3c717313132320eaf1ef6f0c4 100644 --- a/website/static/css/style.css +++ b/website/static/css/style.css @@ -13,7 +13,7 @@ ul, ol{ padding-left: 40px; } p{ - padding-left: 10px; + padding: 5px 10px; } table { border-collapse: collapse; @@ -514,7 +514,7 @@ footer .icon-row{ .expectations{ display: flex; flex-direction: column; - margin: 0vh auto 10vh auto; + margin: 0 auto 10vh auto; width: 80%; } .reg_form{