We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744f86f commit a27cbafCopy full SHA for a27cbaf
1 file changed
css/style.css
@@ -285,12 +285,13 @@ header[id] {
285
286
/* SECTIONS */
287
section {
288
- max-width: 1200px;
+ width: 100%;
289
margin: 72px auto;
290
padding: 40px;
291
border-radius: 12px;
292
}
293
294
+
295
.section-light {
296
background: #ffffff;
297
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.04);
@@ -429,6 +430,11 @@ footer {
429
430
will-change: transform;
431
432
433
+ .navbar {
434
+ max-width: 100%;
435
+ padding: 0 16px;
436
+}
437
438
.hamburger {
439
display: block;
440
position: absolute;
0 commit comments