mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-04 20:00:12 +00:00
6 lines
117 B
CSS
6 lines
117 B
CSS
.page {
|
|
display: grid;
|
|
grid-template-rows: auto 1fr auto; /* Header, Main Content, Footer */
|
|
min-height: 100vh;
|
|
}
|