corrected CSS border.

This commit is contained in:
theo lem 2020-04-30 18:23:03 +02:00
parent b995215b04
commit de50cdc9e6
4 changed files with 14 additions and 8 deletions

View File

@ -9,16 +9,17 @@
border-right-color: black; border-right-color: black;
background-color: white; background-color: white;
margin-top: 30px; margin-top: 30px;
padding-bottom: 20px;
border-bottom: solid; border-bottom: solid;
border-width: 1px; border-width: 1px;
} }
.banner { .banner {
height: 530px; height: 530px;
border: solid;
border-width: 1px;
} }
.banner-img { .banner-img {
width: 100%; width: 100%;
border: solid;
border-width: 1px;
} }
.content { .content {
margin-top: 50px; margin-top: 50px;

View File

@ -16,18 +16,20 @@
border-right-color: black; border-right-color: black;
background-color: white; background-color: white;
margin-top: 30px; margin-top: 30px;
padding-bottom: 20px;
border-bottom: solid; border-bottom: solid;
border-width: 1px; border-width: 1px;
} }
.banner { .banner {
height: @banner-height; height: @banner-height;
border: solid;
border-width: 1px;
} }
.banner-img { .banner-img {
width: @banner-width; width: @banner-width;
border: solid;
border-width: 1px;
} }
.content { .content {

View File

@ -9,16 +9,17 @@
border-right-color: black; border-right-color: black;
background-color: white; background-color: white;
margin-top: 30px; margin-top: 30px;
padding-bottom: 20px;
border-bottom: solid; border-bottom: solid;
border-width: 1px; border-width: 1px;
} }
.banner { .banner {
height: 530px; height: 530px;
border: solid;
border-width: 1px;
} }
.banner-img { .banner-img {
width: 100%; width: 100%;
border: solid;
border-width: 1px;
} }
.content { .content {
margin-top: 50px; margin-top: 50px;

View File

@ -16,18 +16,20 @@
border-right-color: black; border-right-color: black;
background-color: white; background-color: white;
margin-top: 30px; margin-top: 30px;
padding-bottom: 20px;
border-bottom: solid; border-bottom: solid;
border-width: 1px; border-width: 1px;
} }
.banner { .banner {
height: @banner-height; height: @banner-height;
border: solid;
border-width: 1px;
} }
.banner-img { .banner-img {
width: @banner-width; width: @banner-width;
border: solid;
border-width: 1px;
} }
.content { .content {