Don't use :has for copy code animation

And move the main container to _general.scss
This commit is contained in:
daudix
2024-07-18 22:14:01 +03:00
parent 54c75f36a6
commit f72225103f
5 changed files with 34 additions and 31 deletions

View File

@ -73,3 +73,8 @@ body {
outline-offset: 0.25rem;
}
}
.container {
margin: 0 auto;
width: min(var(--container-width), 90%);
}