From bce48b788d7c0426878532d28ab0f98f93ec3e65 Mon Sep 17 00:00:00 2001 From: Baylor Rae Date: Thu, 31 Aug 2017 19:27:10 -0500 Subject: [PATCH] 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. --- .../aurelia/ClientApp/app/components/navmenu/navmenu.css | 2 +- .../knockout/ClientApp/css/site.css | 2 +- .../ClientApp/app/components/navmenu/navmenu.component.css | 2 +- .../react/ClientApp/css/site.css | 2 +- .../redux/ClientApp/css/site.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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);