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;
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;

View File

@ -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 {

View File

@ -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;

View File

@ -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 {