Skip to content

Commit fe539d6

Browse files
committed
Commit 13 Modifico sección contactos
1 parent 64cd4ba commit fe539d6

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

assets/css/styles.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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: 12px;
147+
gap: 16px;
148148
justify-content: center;
149-
margin: 20px 0;
149+
margin: 0 auto 28px;
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: 10px;
172+
margin-top: 6px;
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+

0 commit comments

Comments
 (0)