fix svg icons below each other

This commit is contained in:
Jonas Leder 2021-04-12 18:43:31 +02:00
parent 675566f788
commit 9b09ba7ab0

View file

@ -8,13 +8,19 @@ footer{
#footerContent{
width: 100%;
width: 70%;
display: flex;
justify-content: center;
margin: 0 auto;
div{
border-right: #3d3d3d 1px solid;
padding: 20px;
flex-basis: 100%;
&:last-child {
border-right: none;
}
}
h3 {
@ -48,4 +54,4 @@ footer{
height: 5px;
width: 100%;
background-color: $content-footer-div-color;
}
}