chore: remove unnecessary custom CSS

This commit is contained in:
jinhojang6 2023-10-25 21:55:12 +09:00 committed by jessiebroke
parent 4ee292788a
commit caa7d86690

View File

@ -9,14 +9,4 @@ html {
// TODO: breadcrumbs: false in docusaurus.config.js does not work
.theme-doc-breadcrumbs {
display: none;
}
.community-container article {
max-width: 796px;
margin: 16px auto 0 auto;
}
div:has(.community-container) > .container {
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}