fix: remove margin-top from body
This commit is contained in:
parent
4ca6fc01c7
commit
cb56ce441e
@ -79,7 +79,6 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 30px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -317,4 +316,4 @@ hr {
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
border: none;
|
border: none;
|
||||||
border-top: thin solid;
|
border-top: thin solid;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user