Skip to content

Commit 830a695

Browse files
author
Stalin-143
committed
Make nav bar and footer full screen - no gaps or margins
1 parent 5fbc6fc commit 830a695

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
padding: 3rem 0;
3636
border-bottom: 4px solid var(--burnt-orange);
3737
box-shadow: 0 4px 0 var(--burnt-orange);
38+
width: 100%;
39+
margin: 0;
3840
}
3941

4042
.header-content {
@@ -78,6 +80,10 @@
7880
top: 0;
7981
z-index: 100;
8082
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
83+
width: 100%;
84+
margin: 0;
85+
left: 0;
86+
right: 0;
8187
}
8288

8389
nav ul {
@@ -277,8 +283,9 @@
277283
color: var(--cream);
278284
text-align: center;
279285
padding: 2rem;
280-
margin-top: 3rem;
286+
margin: 3rem 0 0 0;
281287
border-top: 4px solid var(--burnt-orange);
288+
width: 100%;
282289
}
283290

284291
.footer-links {

0 commit comments

Comments
 (0)