mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 14:50:50 +01:00
16 lines
255 B
CSS
16 lines
255 B
CSS
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.siteFooter {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
vertical-align: middle;
|
|
font-size: 8px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|