Created
August 29, 2022 00:34
-
-
Save abruzzi/0ba14bdfc38c0a1df243145fbaaf5fc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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