Files
proxy/nodejs/public/css/styles.css
T
2024-07-30 20:47:46 -04:00

20 lines
218 B
CSS
Executable File

body {
height: 100vh;
}
nav.navbar{
padding-left: 1em;
padding-right: 1em;
}
div.card-body{
padding-left: 1.5em;
padding-right: 1.5em;
}
#spa-shell {
padding-top: 4.5rem;
position: absolute;
height: 100%;
}