use block elements for code

This commit is contained in:
bingus_violet 2024-07-12 19:17:55 -05:00
parent 9cc2be998d
commit 0fa1f4727d

View file

@ -69,6 +69,7 @@ a {
padding: 10px;
/* font-style: italic; */
font-family: 'Source Code Pro', sans-serif;
display: block;
text-align: center;
}
@ -145,3 +146,8 @@ main:nth-of-type(1), .mainDiv {
max-width: 1000px;
margin: auto;
}
.note {
color: darkgray;
font-size: 1rem;
}