padding footer

This commit is contained in:
2021-11-28 21:40:36 +01:00
parent 201f93ccfe
commit 9560b939a5
3 changed files with 5 additions and 1 deletions
@@ -669,7 +669,8 @@ header {
display: flex;
flex: 1 1 120px;
flex-direction: row;
background-color: white; }
background-color: white;
padding-top: 3rem; }
#fotter-bottom .region {
display: block;
padding-left: 1rem;
@@ -41,6 +41,8 @@
.field__item img{
width: 100%;
height: fit-content;
// max-height: 175px;
// object-fit: cover;
}
&::after{
display: block;
@@ -6,6 +6,7 @@
flex: 1 1 120px;
flex-direction: row;
background-color: $white;
padding-top: 3rem;
.region{
display: block;