ibs/sql_app/static/main.css
HeshamTB ede2b56b71
sql_app: basic front end. (login)
Signed-off-by: HeshamTB <hishaminv@gmail.com>
2022-06-09 17:03:07 +03:00

20 lines
247 B
CSS

/* custom css */
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 2rem;
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
line-height: 50px;
}