File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,11 +144,12 @@ p{color:var(--muted); line-height:1.7}
144144.contact-actions {
145145 display : flex;
146146 flex-wrap : wrap;
147- gap : 12 px ;
147+ gap : 16 px ;
148148 justify-content : center;
149- margin : 20 px 0 ;
149+ margin : 0 auto 28 px ;
150150}
151151
152+
152153.btn-outline {
153154 padding : 10px 14px ;
154155 border-radius : 12px ;
@@ -165,9 +166,10 @@ p{color:var(--muted); line-height:1.7}
165166
166167.social {
167168 display : flex;
169+ flex-wrap : wrap;
168170 gap : 16px ;
169171 justify-content : center;
170- margin-top : 10 px ;
172+ margin-top : 6 px ;
171173}
172174
173175.social a {
@@ -180,3 +182,9 @@ p{color:var(--muted); line-height:1.7}
180182 color : var (--text );
181183}
182184
185+ # contact p [data-i18n = "contact.subtitle" ] {
186+ text-align : center;
187+ max-width : 640px ;
188+ margin : 12px auto 28px ;
189+ }
190+
You can’t perform that action at this time.
0 commit comments