Fix some header issues
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m2s

This commit is contained in:
thepaperpilot 2024-06-17 00:41:25 -05:00
parent 5632b8a6fd
commit cff5265892
2 changed files with 15 additions and 8 deletions

View file

@ -168,7 +168,7 @@ ul > li > ul::before {
.VPNav { .VPNav {
left: 32px !important; left: 32px !important;
right: 32px !important; right: 64px !important;
width: unset !important; width: unset !important;
position: absolute !important; position: absolute !important;
} }
@ -253,7 +253,8 @@ a.title {
} }
.VPSocialLinks { .VPSocialLinks {
align-items: flex-end; align-items: flex-end !important;
margin-right: 0 !important;
} }
.VPSocialLinks::before { .VPSocialLinks::before {
@ -261,7 +262,11 @@ a.title {
} }
.VPNavBarExtra { .VPNavBarExtra {
margin: 0 !important; display: none !important;
}
.VPNavBarSocialLinks {
display: flex !important;
} }
.VPContent { .VPContent {
@ -274,8 +279,8 @@ a.title {
@media (min-width: 960px) { @media (min-width: 960px) {
.VPNav { .VPNav {
right: calc(max(0px, (100vw - var(--vp-layout-max-width)) / 2) + 32px) !important; right: calc(max(0px, (100vw - var(--vp-layout-max-width)) / 2) + 16px) !important;
left: calc(max(-15px, (100vw - var(--vp-layout-max-width)) / 2 + var(--vp-sidebar-width)) + 32px) !important; left: calc(max(-15px, (100vw - var(--vp-layout-max-width)) / 2 + var(--vp-sidebar-width)) + 16px) !important;
} }
.VPContent { .VPContent {
@ -357,14 +362,14 @@ a.title {
box-shadow: 0 0 10px 1px #0003 !important; box-shadow: 0 0 10px 1px #0003 !important;
} }
.content { .VPContent .content {
padding: 0 32px !important; padding: 30px !important;
padding-top: 0px !important;
} }
.content-container { .content-container {
border-left: double 7px var(--vp-c-divider); border-left: double 7px var(--vp-c-divider);
padding-left: 8px; padding-left: 8px;
padding-bottom: 30px;
max-width: unset !important; max-width: unset !important;
} }

View file

@ -3,4 +3,6 @@ title: Hello!
prev: false prev: false
next: false next: false
--- ---
# Hello!
I'm Anthony, or The Paper Pilot, and I make fun games and tools! I'm Anthony, or The Paper Pilot, and I make fun games and tools!