We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce3a0a commit dff92b9Copy full SHA for dff92b9
css/style.css
@@ -7,13 +7,15 @@
7
8
html {
9
scroll-behavior: smooth;
10
+ overflow-x: hidden;
11
}
12
13
body {
14
font-family: 'Inter', sans-serif;
15
line-height: 1.7;
16
color: #334155;
17
background: #f8fafc;
18
+
19
20
21
section[id],
@@ -483,4 +485,15 @@ footer {
483
485
backdrop-filter: blur(5px);
484
486
z-index: 900;
487
488
489
+ section {
490
+ max-width: 100%;
491
+ margin: 40px 16px;
492
+ padding: 24px;
493
+ }
494
495
+ .site-header {
496
+ padding-left: 16px;
497
+ padding-right: 16px;
498
499
0 commit comments