29 lines
473 B
SCSS
29 lines
473 B
SCSS
footer#srv_footer{
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
height: auto;
|
|
|
|
margin-top: 0;
|
|
padding: 16px;
|
|
|
|
.footer_left{
|
|
|
|
.footer_line:nth-child(1){
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.footer_line:nth-child(2){
|
|
flex-direction: column;
|
|
|
|
.footer_item{
|
|
margin-bottom: 8px;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
}
|
|
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|