No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
flex: 1 1 100%; | |||
justify-content: space-between; | justify-content: space-between; | ||
} | } |
Latest revision as of 23:11, 2 January 2023
#home-about { display: flex; flex-direction: column; flex: 1 1 100%; justify-content: space-between; } .home-editing__stats { display: flex; }