profile refactor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user