We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4477d commit 33a6489Copy full SHA for 33a6489
1 file changed
website/src/css/customTheme.scss
@@ -1946,8 +1946,10 @@ html[data-theme="dark"] .docsRating {
1946
}
1947
1948
1949
- article.margin-bottom--xl {
1950
- margin-bottom: 2.5rem !important;
+ @layer docusaurus.infima.importantOverrides {
+ article.margin-bottom--xl {
1951
+ margin-bottom: 2.5rem !important;
1952
+ }
1953
1954
1955
aside nav {
0 commit comments