This commit is contained in:
laura 2022-11-30 11:34:03 +01:00
parent d4e47c07b1
commit 97553f5836

View file

@ -33,12 +33,21 @@ footer{
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
position: absolute; position: absolute;
width: 100%;
padding-left: 20px;
padding-right: 20px;
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
justify-content: space-evenly; justify-content: space-evenly;
}
}
footer div { footer div {
padding-bottom: 5px; padding-bottom: 5px;
}
.enter .suppr{
width: 67px;
width:67px;
} }