Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Update comment for large screen media query #1246

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ li.au-target.link-active a:focus {
}

@media (min-width: 768px) {
/* On small screens, convert the nav menu to a vertical sidebar */
/* On large screens, convert the nav menu to a vertical sidebar */
.main-nav {
height: 100%;
width: calc(25% - 20px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

@media (min-width: 768px) {
/* On small screens, convert the nav menu to a vertical sidebar */
/* On large screens, convert the nav menu to a vertical sidebar */
.main-nav {
height: 100%;
width: calc(25% - 20px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ li.link-active a:focus {
}

@media (min-width: 768px) {
/* On small screens, convert the nav menu to a vertical sidebar */
/* On large screens, convert the nav menu to a vertical sidebar */
.main-nav {
height: 100%;
width: calc(25% - 20px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

@media (min-width: 768px) {
/* On small screens, convert the nav menu to a vertical sidebar */
/* On large screens, convert the nav menu to a vertical sidebar */
.main-nav {
height: 100%;
width: calc(25% - 20px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

@media (min-width: 768px) {
/* On small screens, convert the nav menu to a vertical sidebar */
/* On large screens, convert the nav menu to a vertical sidebar */
.main-nav {
height: 100%;
width: calc(25% - 20px);
Expand Down