diff --git a/templates/Microsoft.AspNetCore.SpaTemplates/aurelia/ClientApp/app/components/navmenu/navmenu.css b/templates/Microsoft.AspNetCore.SpaTemplates/aurelia/ClientApp/app/components/navmenu/navmenu.css index 8518eda3..e1d325cb 100644 --- a/templates/Microsoft.AspNetCore.SpaTemplates/aurelia/ClientApp/app/components/navmenu/navmenu.css +++ b/templates/Microsoft.AspNetCore.SpaTemplates/aurelia/ClientApp/app/components/navmenu/navmenu.css @@ -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); diff --git a/templates/Microsoft.AspNetCore.SpaTemplates/knockout/ClientApp/css/site.css b/templates/Microsoft.AspNetCore.SpaTemplates/knockout/ClientApp/css/site.css index 3058af68..7b4f8b99 100644 --- a/templates/Microsoft.AspNetCore.SpaTemplates/knockout/ClientApp/css/site.css +++ b/templates/Microsoft.AspNetCore.SpaTemplates/knockout/ClientApp/css/site.css @@ -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); diff --git a/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/angular/ClientApp/app/components/navmenu/navmenu.component.css b/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/angular/ClientApp/app/components/navmenu/navmenu.component.css index e15c6128..f4289cad 100644 --- a/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/angular/ClientApp/app/components/navmenu/navmenu.component.css +++ b/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/angular/ClientApp/app/components/navmenu/navmenu.component.css @@ -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); diff --git a/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/react/ClientApp/css/site.css b/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/react/ClientApp/css/site.css index 3058af68..7b4f8b99 100644 --- a/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/react/ClientApp/css/site.css +++ b/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/react/ClientApp/css/site.css @@ -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); diff --git a/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/redux/ClientApp/css/site.css b/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/redux/ClientApp/css/site.css index 3058af68..7b4f8b99 100644 --- a/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/redux/ClientApp/css/site.css +++ b/templates/Microsoft.DotNet.Web.Spa.ProjectTemplates/redux/ClientApp/css/site.css @@ -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);