Skip to content

Commit dff92b9

Browse files
committed
width issue solved
1 parent fce3a0a commit dff92b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77

88
html {
99
scroll-behavior: smooth;
10+
overflow-x: hidden;
1011
}
1112

1213
body {
1314
font-family: 'Inter', sans-serif;
1415
line-height: 1.7;
1516
color: #334155;
1617
background: #f8fafc;
18+
1719
}
1820

1921
section[id],
@@ -483,4 +485,15 @@ footer {
483485
backdrop-filter: blur(5px);
484486
z-index: 900;
485487
}
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+
}
486499
}

0 commit comments

Comments
 (0)