mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Remove photos from patron's circle, add corporate sponsor
This commit is contained in:
parent
13cb0de26b
commit
aa0bbe335a
4 changed files with 632 additions and 54 deletions
|
@ -1821,7 +1821,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
|||
list-style: none;
|
||||
display: grid;
|
||||
grid-gap: 1rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.masthead ol.editors{
|
||||
|
@ -1836,10 +1835,24 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
|||
grid-template-columns: repeat(auto-fill, minmax(10rem, max-content));
|
||||
}
|
||||
|
||||
.masthead ol.donors li:last-child{
|
||||
.masthead ol.donors.patrons{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.masthead ol.donors.patrons li:last-child{
|
||||
font-variant-numeric: normal;
|
||||
}
|
||||
|
||||
.masthead ol.corporate img{
|
||||
max-height: 100px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.masthead ol.donors.corporate,
|
||||
.masthead ol.donors.corporate p{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.masthead ol li{
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -1850,12 +1863,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.masthead ol.donors li{
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.masthead img{
|
||||
border: 1px solid var(--border);
|
||||
border-radius: .25rem;
|
||||
|
@ -1882,21 +1889,6 @@ main.ebooks nav ol li.highlighted:nth-last-child(2)::after{
|
|||
width: 102px;
|
||||
}
|
||||
|
||||
.masthead ol.donors img{
|
||||
height: 52px;
|
||||
width: 52px;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
|
||||
.masthead ol.donors.big img{
|
||||
height: 77px;
|
||||
width: 77px;
|
||||
}
|
||||
|
||||
.masthead ol.donors.small img[src*="portrait.svg"]{
|
||||
padding: .25rem;
|
||||
}
|
||||
|
||||
.masthead ol li p{
|
||||
margin-top: 0;
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue