diff --git a/server/src/main/resources/static/admin/index.html b/server/src/main/resources/static/admin/index.html index 34202a4..71deb61 100644 --- a/server/src/main/resources/static/admin/index.html +++ b/server/src/main/resources/static/admin/index.html @@ -94,6 +94,8 @@ .tab-btn.active { color: #E8D5B0; border-bottom-color: #C1440E; } .tab-content { display: none; } .tab-content.active { display: block; } + /* Login */ + #login-section { max-width: 360px; margin-left: auto; margin-right: auto; } /* Scrollbar styling */ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #1A1815; }