Convert to component based architecture
This commit is contained in:
parent
eb2075aec5
commit
cdaa423b8a
70 changed files with 1942 additions and 484 deletions
8
src/page/content/content.scss
Normal file
8
src/page/content/content.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@import "../../style/vars";
|
||||
|
||||
.content {
|
||||
margin-top: $small-margin;
|
||||
* {
|
||||
margin-top: 1ch;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue