11 lines
164 B
SCSS
11 lines
164 B
SCSS
|
@import "theme";
|
||
|
|
||
|
@import "components/wrapper";
|
||
|
|
||
|
@import "components/column";
|
||
|
@import "components/card";
|
||
|
|
||
|
:root,html,body{
|
||
|
margin: 0;
|
||
|
height: fit-content;
|
||
|
}
|