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