Skip to content

Commit bce48b7

Browse files
author
Baylor Rae
committed
update comment for large screen media query
This is a minor change to the comments within the media query for desktop screen sizes fixing a typo.
1 parent a0269fb commit bce48b7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

templates/Microsoft.AspNetCore.SpaTemplates/aurelia/ClientApp/app/components/navmenu/navmenu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ li.au-target.link-active a:focus {
2020
}
2121

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

templates/Microsoft.AspNetCore.SpaTemplates/knockout/ClientApp/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

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

templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/angular/ClientApp/app/components/navmenu/navmenu.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ li.link-active a:focus {
2020
}
2121

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

templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/react/ClientApp/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

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

templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/redux/ClientApp/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

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

0 commit comments

Comments
 (0)