Files
pydantic/docs/extra/tweaks.css
T
Samuel Colvin 467d6b468f adding sponsors to index page of docs (#4074)
* adding sponsors to index page of docs

* Adjust ExoFlare sponsor link (#4080)

* add UTM identifiers to TC link

Co-authored-by: Tom Hamilton Stubber <tomhamiltonstubber@gmail.com>

Co-authored-by: Huon Wilson <huon@exoflare.io>
Co-authored-by: Tom Hamilton Stubber <tomhamiltonstubber@gmail.com>
2022-05-18 12:18:27 +01:00

32 lines
427 B
CSS

#bsa-cpc {
border-radius: .1rem;;
padding: 0.525rem 0.6rem;
min-height: 80px;
}
@media screen and (max-width: 799px) {
#bsa-cpc {
display: none;
}
}
#bsa-cpc.loaded {
background: hsla(0, 0%, 92.5%, 0.5);
}
.sponsors {
display: flex;
justify-content: space-between;
align-items: center;
margin: 1rem 0;
}
.sponsors div {
text-align: center;
}
.sponsors img {
width: 75%;
border-radius: 5px;
}