Tweaking css

This commit is contained in:
Dan 2026-01-18 20:00:20 +00:00
parent 6f0e0d8284
commit 129a3ee2db
2 changed files with 16 additions and 8 deletions

View file

@ -10,6 +10,10 @@
margin: 2px 0;
white-space: pre-wrap;
word-wrap: break-word;
&.center {
text-align: center;
}
}
.boot-line {
@ -142,6 +146,11 @@
padding: 0;
white-space: pre;
font-family: monospace;
text-shadow: none !important;
&.center {
text-align: center;
}
// Ensure spans don't add extra space
span {