Don't use :has for copy code animation
And move the main container to _general.scss
This commit is contained in:
@ -73,3 +73,8 @@ body {
|
||||
outline-offset: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
width: min(var(--container-width), 90%);
|
||||
}
|
||||
|
Reference in New Issue
Block a user