Rattrapage commits

This commit is contained in:
2022-01-18 12:52:55 +01:00
parent 2528801966
commit d1869af19f
21 changed files with 1010 additions and 2 deletions

View File

@@ -2,6 +2,8 @@ body {
display: grid;
grid-template-columns: 2fr 1fr;
padding: 0% 15% 0% 15%;
height: 100vh;
margin: 0%;
}
p {
@@ -84,10 +86,11 @@ aside>p>em:nth-child(1) {
}
footer {
margin-top: 50px;
grid-column: 1 / span 2;
width: 100%;
margin: auto;
}
footer>p {
display: inline;
display: inline-block;
}