Stirling-PDF/src/main/resources/static/general.css

24 lines
317 B
CSS
Raw Normal View History

#page-container {
min-height: 100vh;
display: flex;
flex-direction: column;
}
#content-wrap {
flex: 1;
}
#footer {
bottom: 0;
width: 100%;
}
2023-02-07 21:14:03 +01:00
html[lang-direction=ltr] * {
direction: ltr;
}
2023-02-07 21:14:03 +01:00
html[lang-direction=rtl] * {
direction: rtl;
text-align: right;
}