1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-19 01:51:37 +02:00

Fix alignement of pre elements in HTML

This commit is contained in:
Lizzie Crowdagger 2024-05-13 00:50:48 +02:00
parent 36b169ecaa
commit 6fc4ef7ff1

View File

@ -21,6 +21,7 @@ code {
}
pre {
font-family: "Linux Libertine Mono", monospace;
text-align: left;
margin: 1em;
padding-top: 0;
background-color: #F0F0F0;
@ -217,4 +218,4 @@ p.first-para {
padding: 0;
}
{{additional_code}}
{{additional_code}}