ibs/sql_app/static/main.css

20 lines
247 B
CSS
Raw Permalink Normal View History

/* 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;
}