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
13 lines
133 B
SCSS
13 lines
133 B
SCSS
main .container {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.paragraph {
|
|
width: 100%;
|
|
}
|
|
|
|
.paragraph p {
|
|
margin-bottom: 15px;
|
|
font-size: 0.9em;
|
|
}
|