Edit global style and component structure
This commit is contained in:
parent
88bac001d8
commit
53e513a55b
15 changed files with 816 additions and 215 deletions
3
app.vue
3
app.vue
|
@ -26,10 +26,11 @@
|
|||
<style lang="scss">
|
||||
|
||||
// --------------------------------------------------
|
||||
// LAYOUT
|
||||
// STYLE
|
||||
// --------------------------------------------------
|
||||
|
||||
.app {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
min-height: 100svh;
|
||||
display: grid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue