fixes magin on UI

This commit is contained in:
2024-08-15 18:46:30 -04:00
parent 84cd762d33
commit 0ac8c10e20
+6 -11
View File
@@ -1,19 +1,14 @@
body {
height: 100vh;
}
nav.navbar{
padding-left: 1em;
padding-right: 1em;
}
div.card-body{
padding-left: 1.5em;
padding-right: 1.5em;
#spa-shell {
margin-top: 4.5rem;
padding-bottom: 1em;
}
#spa-shell {
padding-top: 4.5rem;
position: absolute;
height: 100%;
.card-title{
font-weight: bold;
}