Skip to content

Commit

Permalink
Update 1. main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
avalon1214 authored Mar 8, 2019
1 parent 5520de3 commit 2b9f921
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 1. main.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@
@media only screen and (max-width : 768px) {

}
/* Extra Small Devices, Phones */
/* Mobile L Devices, Phones */
@media only screen and (max-width : 480px) {

}


/* Mobile M */
@media only screen and (max-width :375px ) {

}

/*Mobile S*/
@media only screen and (max-width : 320px) {

}
Expand Down

0 comments on commit 2b9f921

Please sign in to comment.