Fixed layout shift
This commit is contained in:
parent
ae34ac6d25
commit
d69232a97e
@ -21,6 +21,8 @@ const { current = '' } = Astro.props;
|
||||
display: block;
|
||||
position: relative;
|
||||
margin-left: 20px;
|
||||
min-width: 70px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a:not(.selected) {
|
||||
|
@ -37,6 +37,7 @@ const permalink = Astro.site.href;
|
||||
|
||||
.home-copy {
|
||||
flex: 1;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
Loading…
Reference in New Issue
Block a user