mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-28 13:44:13 -04:00
Better way of centering profile mode
This commit is contained in:
parent
726894ba29
commit
d35056c664
1 changed files with 1 additions and 4 deletions
|
@ -5,11 +5,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.main .profile {
|
.main .profile {
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 80%;
|
min-height: calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue