shrink horizontally

This commit is contained in:
Emilia 2024-11-21 19:45:03 -07:00
parent 7c56292cbd
commit ff9c8d3427

View file

@ -7,7 +7,7 @@
body {
background-color: #0a0a0a;
max-width: clamp(800px, 45%, 1000px);
max-width: clamp(600px, 35%, 800px);
height: 100vh;
margin: auto;