refactor(style.css): make main a flex container
This commit is contained in:
@@ -65,9 +65,13 @@ header {
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
padding: 1rem;
|
||||
background-color: #3b4252;
|
||||
flex-grow: 1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header a {
|
||||
|
||||
Reference in New Issue
Block a user