mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-28 02:05:27 +00:00
9 lines
118 B
SCSS
9 lines
118 B
SCSS
/* General Project Styles */
|
|
|
|
ul, li {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
}
|