Minor CSS changes
This commit is contained in:
@ -6,9 +6,9 @@ main {
|
|||||||
grid-gap: 1rem;
|
grid-gap: 1rem;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
justify-self: center;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
justify-self: center;
|
|
||||||
|
|
||||||
& .container {
|
& .container {
|
||||||
border-color: grey;
|
border-color: grey;
|
||||||
|
@ -4,6 +4,16 @@ body, h3 {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
height: 100vh;
|
||||||
|
overflow: auto;
|
||||||
|
margin-top: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
Reference in New Issue
Block a user