No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: space-between; | justify-content: space-between; | ||
} | } |
Revision as of 23:04, 2 January 2023
#home-about { display: flex; flex-direction: column; justify-content: space-between; } .home-editing__stats { display: flex; }