Skip to content

Commit

Permalink
tweaked carousel buttons. Ready to submit
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviaellis committed Nov 17, 2018
1 parent f4971a7 commit c28fe39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ $sm-text: 1.7em;
body {
height: 100vh;
background-color: $page-bg-color;
background-image: url('images/gym.jpg');
// background-image: url('images/gym.jpg');
font-family: $main-font;
// background-image: url('trainer.png');
background-position: left;
background-repeat: no-repeat;
background-size: cover;
}

.container {
Expand Down Expand Up @@ -327,11 +326,11 @@ button {
}

.carousel-control-prev {
left: -5%;
left: -2%;
}

.carousel-control-next {
right: -5%;
right: -2%;
}

a {
Expand Down

0 comments on commit c28fe39

Please sign in to comment.