fix sizing issues
This commit is contained in:
parent
52e30bfb9a
commit
2fe90952ba
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -28,7 +29,7 @@ h1, h2 {
|
|||
}
|
||||
|
||||
main {
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue