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;
|
padding: 10px;
|
||||||
/* font-style: italic; */
|
/* font-style: italic; */
|
||||||
font-family: 'Source Code Pro', sans-serif;
|
font-family: 'Source Code Pro', sans-serif;
|
||||||
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -145,3 +146,8 @@ main:nth-of-type(1), .mainDiv {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note {
|
||||||
|
color: darkgray;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
Loading…
Reference in a new issue