mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Tweak some styling
This commit is contained in:
parent
378555d131
commit
e51cc4395e
4 changed files with 23 additions and 43 deletions
|
@ -3912,6 +3912,19 @@ nav.breadcrumbs + h1{
|
|||
white-space: normal;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
table.admin-table td{
|
||||
display: block;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
table.admin-table td:first-child{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.admin-table tr + tr td:first-child{
|
||||
padding-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 470px){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue