mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 04:10:10 +00:00
React
This commit is contained in:
5
frontend/src/components/Page.module.css
Normal file
5
frontend/src/components/Page.module.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.page {
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto; /* Header, Main Content, Footer */
|
||||
min-height: 100vh;
|
||||
}
|
Reference in New Issue
Block a user