style: add layout styles for app and navigation bar components
This commit is contained in:
parent
ba2e989d49
commit
66472b28f6
4 changed files with 72 additions and 1 deletions
|
@ -1 +1,10 @@
|
|||
/* You can add global styles to this file, and also import other style files */
|
||||
.container{
|
||||
min-height:100vh;
|
||||
}
|
||||
|
||||
html, body {
|
||||
min-height: 100%;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue