Fixed layout shift

This commit is contained in:
Maxi Ferreira 2022-08-12 12:06:35 -07:00
parent ae34ac6d25
commit d69232a97e
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ const { current = '' } = Astro.props;
display: block;
position: relative;
margin-left: 20px;
min-width: 70px;
text-align: center;
}
a:not(.selected) {

View File

@ -37,6 +37,7 @@ const permalink = Astro.site.href;
.home-copy {
flex: 1;
padding: 0 1em;
}
h1 {