mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
More about formatting
This commit is contained in:
parent
d8f8c8ec41
commit
bef6ca3192
1 changed files with 5 additions and 1 deletions
|
|
@ -19,8 +19,12 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
article {
|
.content, article {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 1.5rem;
|
gap: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
line-height: 2;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue