diff --git a/output/theme/css/main.css b/output/theme/css/main.css index 6b94c4f..a946e23 100644 --- a/output/theme/css/main.css +++ b/output/theme/css/main.css @@ -9,16 +9,17 @@ border-right-color: black; background-color: white; margin-top: 30px; + padding-bottom: 20px; border-bottom: solid; border-width: 1px; } .banner { height: 530px; - border: solid; - border-width: 1px; } .banner-img { width: 100%; + border: solid; + border-width: 1px; } .content { margin-top: 50px; diff --git a/output/theme/css/main.less b/output/theme/css/main.less index ae3b087..ddb52ab 100644 --- a/output/theme/css/main.less +++ b/output/theme/css/main.less @@ -16,18 +16,20 @@ border-right-color: black; background-color: white; margin-top: 30px; + padding-bottom: 20px; border-bottom: solid; border-width: 1px; } .banner { height: @banner-height; - border: solid; - border-width: 1px; } .banner-img { width: @banner-width; + border: solid; + border-width: 1px; + } .content { diff --git a/themes/theo_lem/static/css/main.css b/themes/theo_lem/static/css/main.css index 6b94c4f..a946e23 100644 --- a/themes/theo_lem/static/css/main.css +++ b/themes/theo_lem/static/css/main.css @@ -9,16 +9,17 @@ border-right-color: black; background-color: white; margin-top: 30px; + padding-bottom: 20px; border-bottom: solid; border-width: 1px; } .banner { height: 530px; - border: solid; - border-width: 1px; } .banner-img { width: 100%; + border: solid; + border-width: 1px; } .content { margin-top: 50px; diff --git a/themes/theo_lem/static/css/main.less b/themes/theo_lem/static/css/main.less index ae3b087..ddb52ab 100644 --- a/themes/theo_lem/static/css/main.less +++ b/themes/theo_lem/static/css/main.less @@ -16,18 +16,20 @@ border-right-color: black; background-color: white; margin-top: 30px; + padding-bottom: 20px; border-bottom: solid; border-width: 1px; } .banner { height: @banner-height; - border: solid; - border-width: 1px; } .banner-img { width: @banner-width; + border: solid; + border-width: 1px; + } .content {