use block elements for code
This commit is contained in:
parent
9cc2be998d
commit
0fa1f4727d
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,7 @@ a {
|
|||
padding: 10px;
|
||||
/* font-style: italic; */
|
||||
font-family: 'Source Code Pro', sans-serif;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -144,4 +145,9 @@ main:nth-of-type(1), .mainDiv {
|
|||
width: 95%;
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.note {
|
||||
color: darkgray;
|
||||
font-size: 1rem;
|
||||
}
|
Loading…
Reference in a new issue