File tree Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Original file line number Diff line number Diff line change 77
88.wrapper {
99 @include ExtendedGrid ;
10- border-top : 0.0625 rem solid $neutrals-functional-300 ;
10+ margin : 4 rem auto 0 ;
1111}
1212
1313.content {
7575
7676.resources__title {
7777 color : var (--color_fg_default );
78- font-size : 1 rem ;
78+ font-size : .875 rem ;
7979 font-style : normal ;
8080 font-weight : 500 ;
8181 line-height : 1.25rem ;
82- letter-spacing : 0.0875rem ;
8382 text-transform : uppercase ;
8483
8584 :global (html[lang= " ja" ] ) & {
8988
9089.resource__list {
9190 display : grid ;
92- row-gap : 1rem ;
91+ grid-row-gap : .25rem ;
92+ row-gap : .25rem ;
9393 padding : 0 ;
94- margin : 1.25rem 0 0 0 ;
95-
94+ margin : 1.25rem 0 0 ;
9695 list-style : none ;
9796 color : var (--color_fg_bold );
98-
9997 font-size : 1rem ;
10098 font-style : normal ;
10199 font-weight : 500 ;
102100 line-height : 1.375rem ;
103- letter-spacing : 0.0125 rem ;
101+ letter-spacing : .2 px ;
104102
105103 :global (html[lang= " ja" ] ) & {
106104 @include LocaleLineHeight (" ja" , 1rem );
113111 width : 100% ;
114112 margin : 0 ;
115113 padding : 0 ;
116- gap : 0 .5rem ;
114+ gap : .5rem ;
117115 color : var (--color_fg_bold );
118- font-size : 1 rem ;
116+ font-size : .875 rem ;
119117 font-style : normal ;
120118 font-weight : 500 ;
121119 line-height : 1.375rem ;
122- letter-spacing : 0.0125 rem ;
120+ letter-spacing : .2 px ;
123121 background-color : transparent ;
124122 border : none ;
125123 cursor : pointer ;
126- transition : all 0 .2s ease ;
124+ transition : all .2s ease ;
127125
128126 :global (html[lang= " ja" ] ) & {
129127 @include LocaleLineHeight (" ja" , 1rem );
142140 width : 100% ;
143141 margin : 0 ;
144142 padding : 0 ;
145- gap : 0 .5rem ;
143+ gap : .5rem ;
146144 color : var (--color_fg_bold );
147- font-size : 1 rem ;
145+ font-size : .875 rem ;
148146 font-style : normal ;
149147 font-weight : 500 ;
150- line-height : 1.375 rem ;
151- letter-spacing : 0.0125 rem ;
148+ line-height : 1.5 ;
149+ letter-spacing : -.1 px ;
152150 background-color : transparent ;
153151 border : none ;
154152 cursor : pointer ;
155153 text-decoration : none ;
156- transition : all 0 .2s ease ;
154+ transition : all .2s ease ;
157155
158156 :global (html[lang= " ja" ] ) & {
159157 @include LocaleLineHeight (" ja" , 1rem );
You can’t perform that action at this time.
0 commit comments