feat: adding my first post as a test

This commit is contained in:
Devin Haska 2024-02-02 09:27:55 -08:00
parent 24a16f8557
commit 0de2968fa0
3 changed files with 90 additions and 6 deletions

View file

@ -6,7 +6,7 @@
*/
.wrapper {
width: 90vw;
width: clamp(16rem, 90vw, 70rem);
width: clamp(16rem, 90vw, 80ch);
margin-left: auto;
margin-right: auto;
padding-left: 1.5rem;