More about formatting

This commit is contained in:
Bradley Shellnut 2022-10-31 00:05:38 -05:00 committed by GitHub
parent d8f8c8ec41
commit bef6ca3192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,12 @@
</div>
<style>
article {
.content, article {
display: grid;
gap: 1.5rem;
}
p {
line-height: 2;
}
</style>