Personal Site

Make images etc block bc the stupid default is inline for some reason GAH

vielle.dev 18b92cba 4971431a

verified
+1
+1
src/components/Base.astro
··· 40 audio, 41 video { 42 max-width: 100%; 43 } 44 } 45 </style>
··· 40 audio, 41 video { 42 max-width: 100%; 43 + display: block; 44 } 45 } 46 </style>