Skip to content

Commit 3218201

Browse files
committed
css justeringer
1 parent 7aef3a4 commit 3218201

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/nextjs/src/components/pages/contact-step-page/ContactStepPage.module.scss

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.contactStepPage {
22
padding-bottom: 1rem;
3-
row-gap: var(--a-spacing-2);
4-
column-gap: var(--a-spacing-2);
5-
margin: 1.25rem auto var(--a-spacing-10);
3+
column-gap: 1.75rem;
4+
margin: 1.25rem auto 2.5rem;
65
display: grid;
76
grid-template-columns: 1fr 40rem 1fr;
87
grid-template-areas:
@@ -25,7 +24,6 @@
2524
width: 4.5rem;
2625
height: auto;
2726
position: relative;
28-
display: block;
2927
align-self: flex-start;
3028

3129
@media only screen and (max-width: 1024px) {
@@ -48,11 +46,10 @@
4846
padding: 0;
4947

5048
.linkPanel {
51-
border-radius: 6px;
49+
border-radius: 0.5rem;
5250
border: 1px solid var(--a-border-subtle);
5351

54-
& :global {
55-
.navds-link-panel__title {
52+
& :global(.navds-link-panel__title) {
5653
color: var(--default-action-color);
5754
font-size: 1.25rem;
5855
}

0 commit comments

Comments
 (0)