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