mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-29 18:55:33 +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;
|
||
|
}
|