Skip to content

Commit

Permalink
normalize widths
Browse files Browse the repository at this point in the history
  • Loading branch information
vai0 committed Jun 3, 2018
1 parent d43029a commit c79bc19
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/components/_About.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.about-container {
width: 90%;
margin-top: 20vh;
margin: 0 auto;

Expand Down
1 change: 0 additions & 1 deletion src/components/_Footer.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.footer {
width: 80%;
margin: 0 auto;
font-size: 0.8em;
line-height: 1.5em;
Expand Down
1 change: 0 additions & 1 deletion src/components/_Hero.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.hero-container {
width: 90%;
margin: 0 auto;
margin-top: 20vh;
display: flex;
Expand Down
1 change: 0 additions & 1 deletion src/components/_Navbar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.navbar-container {
display: flex;
justify-content: flex-end;
width: 90%;
margin: 0 auto;

@include mobile {
Expand Down
1 change: 0 additions & 1 deletion src/components/_Projects.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.projects-container {
width: 90%;
margin: 0 auto;
font-family: 'Camphor', Open Sans, Segoe UI, sans-serif;

Expand Down
4 changes: 2 additions & 2 deletions src/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ a {
}

.container-lg {
max-width: 1100px;
max-width: 1000px;
margin: 0 auto;
padding: 0 40px;

@include mobile {
padding: 0 10px;
padding: 0 20px;
}
}

Expand Down

0 comments on commit c79bc19

Please sign in to comment.