Minor style fixes

landing-page-layout
MiguelMLorente 2024-12-10 23:46:47 +01:00
parent 5fe216dbc0
commit c0c7a8468e
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
@use "node_modules/@picocss/pico/scss/pico" with (
$theme-color: "pumpkin"
);
#root, #app {
height: 100%;
width: 100%;
padding: 0;
}