filter && fotter

This commit is contained in:
2020-07-23 18:15:08 +02:00
parent 068100edab
commit e9761aa6ca
29 changed files with 926 additions and 107 deletions
@@ -3,6 +3,50 @@ footer{
width: 100%;
height: auto;
padding: 2rem 0;
h2{
font-size: 1rem;
text-transform: uppercase;
}
a{
color: black;
&:hover{
color: black;
}
}
#block-renderedsitesettingsblock-4{
.site_setting_entity{
& > div{
margin: 1rem 0;
&:first-child{
&::after,&:before{
margin: 0.5rem 0;
display: block;
content: " ";
width: 1rem;
height: 1px;
background: black;
}
}
}
.sub-title{
font-size: 1rem;
}
.d-flex{
margin-top: 1rem;
& > div{
width: 30px;
margin-right: 1rem;
}
}
}
}
.site_setting_entity{
img{
// width: 100%;
height: auto;
}
}
& > div{
display: flex;
flex-wrap: nowrap;