Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 389c623

Browse files
author
dpatanin
committed
changed header & footer content to fit screen width
1 parent c390bf8 commit 389c623

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/scss/components/_footer.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
background: $secureCodeBlue;
33
padding-top: 20px;
44
padding-bottom: 20px;
5+
.container {
6+
width: inherit;
7+
max-width: 4060px;
8+
margin-left: 20px;
9+
margin-right: 20px;
10+
}
511
}
612
.footer {
713
display: flex;

src/scss/components/_header.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
align-items: center;
1111
box-shadow: 0 1px 15px rgba(50, 50, 93, 0.2);
1212
.container {
13+
max-width: 4060px;
1314
display: flex;
1415
justify-content: space-between;
1516
align-items: center;
17+
margin-left: 20px;
18+
margin-right: 20px;
1619
}
1720
.header-social {
1821
height: inherit;

0 commit comments

Comments
 (0)