fix svg icons below each other
This commit is contained in:
parent
675566f788
commit
9b09ba7ab0
1 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue