File tree 1 file changed +4
-7
lines changed
packages/nextjs/src/components/pages/contact-step-page
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
.contactStepPage {
2
2
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 ;
6
5
display : grid ;
7
6
grid-template-columns : 1fr 40rem 1fr ;
8
7
grid-template-areas :
25
24
width : 4.5rem ;
26
25
height : auto ;
27
26
position : relative ;
28
- display : block ;
29
27
align-self : flex-start ;
30
28
31
29
@media only screen and (max-width : 1024px ) {
48
46
padding : 0 ;
49
47
50
48
.linkPanel {
51
- border-radius : 6 px ;
49
+ border-radius : 0.5 rem ;
52
50
border : 1px solid var (--a-border-subtle );
53
51
54
- & :global {
55
- .navds- link- panel__title {
52
+ & :global (.navds-link-panel__title ) {
56
53
color : var (--default-action-color );
57
54
font-size : 1.25rem ;
58
55
}
You can’t perform that action at this time.
0 commit comments