1
0
Fork 0
forked from samba/thk

adding div content_section_text pre

This commit is contained in:
samba 2018-06-07 20:12:06 +02:00
parent 6fd8fff652
commit d3bf7f9ab9

View file

@ -17,3 +17,15 @@ section p:nth-child(2) {
margin: auto 6rem;
text-align: justify;
}
div.content_section_text pre {
margin: 8px 0px 8px 0px;
padding: 8px 8px 8px 8px;
border-width: 1px;
border-style: dotted;
border-color: #000000;
background-color: #F5F6F7;
font-family: "Mono";
}