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 6935e89 commit e3dd940Copy full SHA for e3dd940
office-website/src/pages/Home/Home.module.css
@@ -758,7 +758,7 @@
758
display: flex;
759
flex-direction: column;
760
gap: var(--space-6);
761
- margin-left: calc(2.5rem + var(--space-4));
+ margin-left: calc(1rem + var(--space-3));
762
margin-bottom: var(--space-4);
763
}
764
@@ -790,7 +790,7 @@
790
791
792
.methodSteps ol {
793
- padding-left: var(--space-5);
+ padding-left: var(--space-4);
794
margin-bottom: 0;
795
color: var(--text-secondary);
796
0 commit comments