profile refactor

This commit is contained in:
2026-06-29 19:31:54 +03:00
parent d3c9662f82
commit 3020d6b334
2 changed files with 9 additions and 5 deletions

View File

@@ -1,10 +1,12 @@
.page {
position: relative;
min-height: 70vh;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 80px 20px;
/* extra top padding clears the fixed header overlay */
padding: 120px 20px 80px;
box-sizing: border-box;
overflow: hidden;
}