Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit b38eeb2

Browse files
author
Billy Clark
committed
errors had ugly spacing on the first line, resolves #32
1 parent 69a4159 commit b38eeb2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

www/styles.2.3.0.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ p {
22
max-width: 60ch;
33
}
44

5+
pre {
6+
white-space: pre-line;
7+
}
8+
59
.fill-viewport {
610
width: 100vw;
711
height: 100vh;

0 commit comments

Comments
 (0)