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));
|
grid-template-columns: repeat(auto-fill, minmax(10rem, max-content));
|
||||||
}
|
}
|
||||||
|
|
||||||
.masthead ol.donors.no-images{
|
.masthead ol.donors li:last-child{
|
||||||
grid-template-columns: repeat(auto-fill, minmax(8rem, max-content));
|
font-variant-numeric: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.masthead ol li{
|
.masthead ol li{
|
||||||
|
|
|
@ -254,7 +254,7 @@ code.terminal span::before{
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 .2rem;
|
margin: 0 .2rem;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: monospace;
|
font-family: "Fira Mono", monospace;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-top: -3px; /* to match poor crimson alignment */
|
margin-top: -3px; /* to match poor crimson alignment */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue