MORE MAX WIDTH!!!

This commit is contained in:
Bingus_Violet 2023-11-18 21:53:13 -06:00
parent ba30d65f89
commit 464958d2c6
2 changed files with 6 additions and 4 deletions

View file

@ -36,6 +36,8 @@ body {
animation-name: fade-in;
animation-duration: .75s;
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
margin: auto;
max-width: 1000px;
}
a {