We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb4094 commit 7526ce1Copy full SHA for 7526ce1
src/v1/styles/components-handbook.css
@@ -58,6 +58,7 @@
58
@apply relative w-full flex-col gap-y-4 pt-9 pr-0 pb-0 md:mb-0 md:max-w-64.75 md:min-w-64.75 md:pr-7 md:pb-12;
59
@apply border-glacier-mist-900 border-r-0 md:border-r;
60
@apply hidden md:flex;
61
+ @apply mt-17.5 md:mt-0 md:flex;
62
}
63
64
/* Mobile menu styles */
@@ -114,6 +115,7 @@
114
115
116
.handbook-sidebar .menu-list {
117
@apply relative flex flex-col pr-7;
118
+ @apply leading-normal;
119
120
121
.handbook-sidebar .menu-item {
@@ -122,6 +124,7 @@
122
124
123
125
.handbook-sidebar .menu-link {
126
@apply text-midnight-fjord/80 hover:text-midnight-fjord datum-docs-sidebar-links transition-colors duration-200 ease-out;
127
+ @apply inline-block py-1;
128
129
130
.handbook-sidebar .menu-link--active {
0 commit comments