More actions
Content deleted Content added
Created page with "#home-editing { display: flex; flex-direction: column; justify-content: space-between; } .home-editing__stats { display: flex; }" |
No edit summary Tag: Reverted |
||
Line 7: | Line 7: | ||
.home-editing__stats { |
.home-editing__stats { |
||
display: flex; |
display: flex; |
||
margin-top: 0.875rem; |
|||
} |
} |
Revision as of 01:58, 30 September 2024
#home-editing {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.home-editing__stats {
display: flex;
margin-top: 0.875rem;
}