css bugfix
parent
ef05d95f35
commit
cdd3e7862c
|
|
@ -1,4 +1,4 @@
|
|||
<div class="footer page-corral">
|
||||
<div class="footer layout-corral">
|
||||
<div class="block">
|
||||
<div class="logo">
|
||||
<img src="assets/images/logo_vniigaz_wt_280x110.svg" alt="">
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
<a href="mailto:info@vniigaz-cert.ru">info@vniigaz-cert.ru</a>
|
||||
</div>
|
||||
<div>
|
||||
142717, Российская Федерация, Московская область, г. Видное, посёлок Развилка, ВНИИГАЗ
|
||||
142717, Российская Федерация, Московская область,<br>г. Видное, посёлок Развилка, ВНИИГАЗ
|
||||
</div>
|
||||
<div class="icons">
|
||||
<a href="https://vk.com/vniigazcert" target="_blank">
|
||||
|
|
|
|||
|
|
@ -148,6 +148,10 @@ footer{
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
.block{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 40px;
|
||||
.logo{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -161,16 +165,12 @@ footer{
|
|||
color: white;
|
||||
}
|
||||
}
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
grid-gap: 20px;
|
||||
|
||||
&>div{
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
>div{
|
||||
display: block;
|
||||
flex-grow: 1;
|
||||
flex-basis: 196px;
|
||||
flex-shrink: 0;
|
||||
margin-bottom: -16px;
|
||||
>div {
|
||||
|
|
|
|||
Loading…
Reference in New Issue