Files
pydantic/docs/extra/ad.css
T
Samuel Colvin f10680dd75 add buy-sell-ads advert to docs (#978)
* add buy-sell-ads advert to docs

* hide ad box on mobile
2019-11-08 17:16:46 +00:00

17 lines
301 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);
}
#_default_ a._default_, #_default_ .default-text {
width: 100% !important;
}