Fix some CSS errors

This commit is contained in:
Alex Cabal 2021-06-26 13:12:48 -05:00
parent 0f5e51624f
commit d358e11471
2 changed files with 3 additions and 3 deletions

View file

@ -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{

View file

@ -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 */
}