Tweaking css
This commit is contained in:
parent
6f0e0d8284
commit
129a3ee2db
2 changed files with 16 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue