css fix on motd
This commit is contained in:
parent
fc064efb61
commit
dab6eefbdd
2 changed files with 6 additions and 2 deletions
|
|
@ -47,7 +47,11 @@ pre code {
|
|||
background-color: #303030;
|
||||
}
|
||||
|
||||
pre code#motd {
|
||||
pre#motd {
|
||||
margin-top: -1em
|
||||
}
|
||||
|
||||
pre#motd code {
|
||||
display: block;
|
||||
width: fit-content;
|
||||
min-width: 440px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue