Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Oct 23, 2024
1 parent fe686e8 commit 0acc7a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
-6.6px 22.6px 26.5px -1.8px hsl(var(--shadow-color) / 0.1),
-10px 34.4px 40.3px -2.1px hsl(var(--shadow-color) / 0.1),
-14.8px 50.6px 59.3px -2.5px hsl(var(--shadow-color) / 0.1);
}

/* remove default theme max-width in examples content */
[class^='col docItemCol_'] {
max-width: unset !important;
}
/* remove default theme max-width in examples content */
:root [class^='col docItemCol_'] {
max-width: unset !important;
}

[data-theme='dark'] {
Expand Down

0 comments on commit 0acc7a4

Please sign in to comment.