Skip to content
Snippets Groups Projects
Commit 9b09ba7a authored by Jonas Leder's avatar Jonas Leder
Browse files

fix svg icons below each other

parent 675566f7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment