coucou
This commit is contained in:
parent
d4e47c07b1
commit
97553f5836
1 changed files with 10 additions and 1 deletions
11
styles.css
11
styles.css
|
@ -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;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue