Rattrapage commits
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user