Skip to content

Commit

Permalink
delete duplicate codes
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhhoangvy committed May 12, 2019
1 parent 0561aea commit 00746db
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,19 +471,3 @@ s
color: #D86000;
border-color: #D86000;
} */

@media (max-width: 767.98px) {
#div-mobile { display: block; }
#div-tablet { display: none; }
#div-desktop { display: none; }
}
@media (min-width: 768px) and (max-width: 991.98px) {
#div-mobile { display: block; }
#div-tablet { display: block; }
#div-desktop { display: none; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
#div-mobile { display: block; }
#div-tablet { display: block; }
#div-desktop { display: block; }
}

0 comments on commit 00746db

Please sign in to comment.