Skip to content

Commit a27cbaf

Browse files
committed
width changed
1 parent 744f86f commit a27cbaf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

css/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,13 @@ header[id] {
285285

286286
/* SECTIONS */
287287
section {
288-
max-width: 1200px;
288+
width: 100%;
289289
margin: 72px auto;
290290
padding: 40px;
291291
border-radius: 12px;
292292
}
293293

294+
294295
.section-light {
295296
background: #ffffff;
296297
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.04);
@@ -429,6 +430,11 @@ footer {
429430
will-change: transform;
430431
}
431432

433+
.navbar {
434+
max-width: 100%;
435+
padding: 0 16px;
436+
}
437+
432438
.hamburger {
433439
display: block;
434440
position: absolute;

0 commit comments

Comments
 (0)