Change padding inside tabs

This commit is contained in:
Soitora 2023-08-18 18:05:47 +02:00
parent 9a42c04c65
commit c22568322a
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -103,6 +103,12 @@ html:not(.dark) {
--vp-custom-block-tip-bg: var(--vp-c-brand-dimm)
}
.plugin-tabs {
&--content {
padding: 2rem !important
}
}
/**
* Component: Algolia
* -------------------------------------------------------------------------- */