improvements to about

This commit is contained in:
booploops 2022-01-12 19:48:32 -08:00
parent 45c8e6557a
commit a939e52f54
2 changed files with 82 additions and 22 deletions

View file

@ -1840,6 +1840,23 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
/* Cider */
.about-page {
.teamBtn {
display: flex;
align-items: center;
width: 100%;
font-size: 14px;
padding: 6px 16px;
margin: 4px;
>img {
width: 30px;
margin: 0px 16px 0px 0px;
pointer-events: none;
border-radius: 100%;
box-shadow: var(--mediaItemShadow);
image-rendering: -webkit-optimize-contrast;
}
}
.sponsorBtn {
display: inline-flex;
justify-content: center;