We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8afa29 commit 0e1a879Copy full SHA for 0e1a879
src/components/Navigation.astro
@@ -45,7 +45,7 @@
45
width: 100%;
46
height: var(--navigation-height);
47
top: 0;
48
- padding-inline: calc(var(--page-inline-inset) / 4);
+ padding: 0 calc(var(--page-inline-inset) / 4);
49
background-color: var(--background-color);
50
border-bottom: var(--black-border);
51
align-items: center;
src/pages/our-team.astro
@@ -60,7 +60,7 @@ const subteamKeys = Object.keys(team) as (keyof typeof team)[]
60
}
61
62
section {
63
- padding-inline: var(--page-inline-inset);
+ padding: 0 var(--page-inline-inset);
64
scroll-margin-top: calc(var(--navigation-height) + 1rem);
65
66
0 commit comments