Who needs float when you can flex

This commit is contained in:
daudix
2024-09-23 01:11:51 +03:00
parent ba575ea81c
commit d4375dbcb4
4 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,6 @@
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
margin-block-start: 4rem;
}