This commit is contained in:
chimchooree
2023-04-19 17:14:00 -05:00
parent a7227d93b0
commit 7b391b84ad
12 changed files with 544 additions and 16 deletions
+15 -3
View File
@@ -78,6 +78,11 @@ h2 a:hover,h2 a:active {
h2 {
font-size: 1.5em;
}
hr {
background-color: transparent;
margin-top: 2em;
margin-bottom: 2em;
}
p {
line-height: 2em;
margin-bottom: 1.5em;
@@ -94,10 +99,17 @@ p {
color: white;
}
pre,code {
background-color: transparent;
background-color: #d5c7d5;
font-size: 0.9em;
margin-top: 1.5em;
margin-bottom: 1.5em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 0.1em;
}
.code {
background-color: transparent;
img {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.verse {
background-color: transparent;
+4
View File
@@ -1,6 +1,10 @@
hr {
border: 1px solid black;
}
img {
display: block;
text-align: center;
}
.content-grid {
grid-area: 3 / 1 / 4 / 4;
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 KiB