mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
467d6b468f
* 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>
32 lines
427 B
CSS
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;
|
|
}
|