Last active
September 11, 2024 16:21
-
-
Save karks88/dd9165f437166f882d8ef07bdb7bf9b8 to your computer and use it in GitHub Desktop.
Block Styles for the File List Block
This file contains 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
/* Styles for the File List block */ | |
ul.my-file-list-block { | |
margin: 2em 0; | |
} | |
ul.my-file-list-block li { | |
border-bottom: 1px solid #495D0F; | |
padding: 10px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment