[fix] tweaks
This commit is contained in:
parent
5bedb0c2a9
commit
3ce2e4514d
3 changed files with 25 additions and 14 deletions
|
|
@ -13,6 +13,8 @@
|
|||
font-size: .875rem;
|
||||
color: #888;
|
||||
line-height:1.2em;
|
||||
text-align: right;
|
||||
|
||||
}
|
||||
|
||||
.log .meta p {
|
||||
|
|
@ -41,6 +43,11 @@
|
|||
}
|
||||
.log pre .cmd {
|
||||
background: #eee;
|
||||
color: #003e80;
|
||||
color: #333f4d;
|
||||
padding: 3px 8px;
|
||||
}
|
||||
@media (max-width: 991.98px){
|
||||
.log .meta {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue