mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
13 lines
182 B
CSS
13 lines
182 B
CSS
#root {
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
footer {
|
|
margin-top: auto;
|
|
}
|
|
|
|
.box-shadow {
|
|
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
|
|
} |