mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Fix some CSS errors
This commit is contained in:
parent
0f5e51624f
commit
d358e11471
2 changed files with 3 additions and 3 deletions
|
@ -1836,8 +1836,8 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
|||
grid-template-columns: repeat(auto-fill, minmax(10rem, max-content));
|
||||
}
|
||||
|
||||
.masthead ol.donors.no-images{
|
||||
grid-template-columns: repeat(auto-fill, minmax(8rem, max-content));
|
||||
.masthead ol.donors li:last-child{
|
||||
font-variant-numeric: normal;
|
||||
}
|
||||
|
||||
.masthead ol li{
|
||||
|
|
|
@ -254,7 +254,7 @@ code.terminal span::before{
|
|||
line-height: 1;
|
||||
margin: 0 .2rem;
|
||||
display: inline-block;
|
||||
font-family: monospace;
|
||||
font-family: "Fira Mono", monospace;
|
||||
vertical-align: middle;
|
||||
margin-top: -3px; /* to match poor crimson alignment */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue