You need to align two block elements alongside each other with CSS. What's your default these days?
display: grid;
grid-template-columns: repeat(2, 1fr);
vs.
display: flex;
display: grid;
grid-template-columns: repeat(2, 1fr);
vs.
display: flex;
Comments
https://bsky.app/profile/rathes.me/post/3laojkvepak2e