Skip to content

Commit

Permalink
Add breakpoint descriptors in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yoone12 committed Apr 28, 2024
1 parent 06337c7 commit 78131e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ table{

/* --Responsiveness-- */

/* Breakpoint 1550 */
/* Breakpoint 1550 (md) */
@media screen and (max-width: 1550px){

/* Affix nav */
Expand Down Expand Up @@ -443,7 +443,7 @@ table{

}

/* Breakpoint 1070px */
/* Breakpoint 1070px (md) */
@media screen and (max-width: 1070px){

/* Navbar */
Expand Down Expand Up @@ -471,7 +471,7 @@ table{
}
}

/* Breakpoint 910 */
/* Breakpoint 910 (sm)*/
@media screen and (max-width: 910px){

/* Affix nav */
Expand Down Expand Up @@ -502,7 +502,7 @@ table{
}
}

/* Breakpoint 750px */
/* Breakpoint 750px (sm)*/
@media screen and (max-width: 750px){

/* Videos */
Expand All @@ -529,7 +529,7 @@ table{
}
}

/* Breakpoint 590px */
/* Breakpoint 590px (sm)*/
@media screen and (max-width: 590px){

/* Navbar */
Expand Down

0 comments on commit 78131e1

Please sign in to comment.