This commit is contained in:
parent
01362715b9
commit
f39b8439c0
@ -11,12 +11,17 @@ main {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
/* align-content: center; */
|
||||||
|
align-items: center;
|
||||||
|
/* justify-content: center; */
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div.section {
|
||||||
display: flex;
|
/* flex-basis: 0; */
|
||||||
flex-direction: column;
|
width: 60%;
|
||||||
|
flex: 1;
|
||||||
|
/* display: flex;
|
||||||
|
flex-direction: column; */
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user