Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgard Marx committed Dec 16, 2024
1 parent 111c3d1 commit 3c03a70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ th {
background: -ms-linear-gradient(top, #373737, #212121);
background: -o-linear-gradient(top, #373737, #212121);
background: linear-gradient(top, #373737, #212121);
text-align: center; }
text-align: center;
background-image: url(/bike/assets/challenge-background.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@media screen and (min-width: 64em) { .page-header { padding: 3rem 4rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { .page-header { padding: 3rem 4rem; } }
@media screen and (max-width: 42em) { .page-header { padding: 2rem 1rem; } }
Expand Down

0 comments on commit 3c03a70

Please sign in to comment.