Skip to content

Commit 33a6489

Browse files
committed
add importantOverrides
1 parent 0d4477d commit 33a6489

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

website/src/css/customTheme.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,8 +1946,10 @@ html[data-theme="dark"] .docsRating {
19461946
}
19471947
}
19481948

1949-
article.margin-bottom--xl {
1950-
margin-bottom: 2.5rem !important;
1949+
@layer docusaurus.infima.importantOverrides {
1950+
article.margin-bottom--xl {
1951+
margin-bottom: 2.5rem !important;
1952+
}
19511953
}
19521954

19531955
aside nav {

0 commit comments

Comments
 (0)