Skip to content

Commit 16d49aa

Browse files
committed
Commit 22 detalles
1 parent e9daaf1 commit 16d49aa

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

assets/css/styles.css

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,41 @@ p{color:var(--muted); line-height:1.7}
231231
opacity: 1;
232232
transform: translateY(0);
233233
}
234+
235+
@media (max-width: 768px) {
236+
.nav {
237+
padding: 10px 12px;
238+
gap: 8px;
239+
}
240+
241+
.nav nav {
242+
gap: 10px;
243+
font-size: 14px;
244+
flex-wrap: wrap;
245+
justify-content: flex-end;
246+
}
247+
248+
.section {
249+
padding: 64px 16px;
250+
}
251+
252+
.hero {
253+
min-height: 68vh;
254+
padding-top: 80px;
255+
}
256+
257+
#projects-grid,
258+
#skills-grid,
259+
#xp-list,
260+
#services-list {
261+
grid-template-columns: 1fr;
262+
}
263+
264+
h1 {
265+
font-size: clamp(26px, 8vw, 34px);
266+
}
267+
268+
h2 {
269+
font-size: clamp(20px, 6vw, 26px);
270+
}
271+
}

0 commit comments

Comments
 (0)