Skip to content

Instantly share code, notes, and snippets.

@abruzzi
Created August 29, 2022 00:34
Embed
What would you like to do?
.latest-news {
width: 80%;
margin: 1rem auto;
}
.news-container {
display: flex;
gap: 2rem;
}
.news {
flex: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment