29 lines
473 B
SCSS
Raw Normal View History

2022-05-12 12:12:21 +02:00
footer#srv_footer{
display: flex;
flex-direction: column;
2022-06-02 11:21:27 +02:00
height: auto;
margin-top: 0;
2022-06-02 11:21:27 +02:00
padding: 16px;
.footer_left{
2022-06-02 11:21:27 +02:00
.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;
}
}