Skip to content

Commit

Permalink
Fixed bg bug & change min-width of desktop view to 629px
Browse files Browse the repository at this point in the history
  • Loading branch information
aroyan committed Aug 27, 2021
1 parent 593a91f commit 291c452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ section p {

/*Desktop view*/

@media screen and (min-width: 769px) {
@media screen and (min-width: 629px) {
body {
background-image: url(./images/bg-desktop.svg);
background-repeat: no-repeat;
Expand Down

0 comments on commit 291c452

Please sign in to comment.