Pages are now grouped per group they appear in on in the header (where possible) Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
10 lines
127 B
SCSS
10 lines
127 B
SCSS
main ul {
|
|
font-family: opensans, sans-serif;
|
|
text-align: left;
|
|
}
|
|
|
|
main li {
|
|
margin-left: 30px;
|
|
padding-bottom: 10px;
|
|
}
|