diff --git a/src/Web/Views/Catalog/_pagination.cshtml b/src/Web/Views/Catalog/_pagination.cshtml
index ca94c72..6ba9f4f 100644
--- a/src/Web/Views/Catalog/_pagination.cshtml
+++ b/src/Web/Views/Catalog/_pagination.cshtml
@@ -1,32 +1,38 @@
@model PaginationInfoViewModel
diff --git a/src/Web/Views/Shared/_Layout.cshtml b/src/Web/Views/Shared/_Layout.cshtml
index 85d989e..a8cb740 100644
--- a/src/Web/Views/Shared/_Layout.cshtml
+++ b/src/Web/Views/Shared/_Layout.cshtml
@@ -1,77 +1,76 @@
-
-
- @ViewData["Title"] - Microsoft.eShopOnWeb
+
+
+ @ViewData["Title"] - Microsoft.eShopOnWeb
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
- @await Html.PartialAsync("_LoginPartial")
-
+
+ @await Html.PartialAsync("_LoginPartial")
+
-
-
-
+
+
+
- @RenderBody()
+ @RenderBody()
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
- @RenderSection("scripts", required: false)
+ @RenderSection("scripts", required: false)
diff --git a/src/Web/Views/Shared/_LoginPartial.cshtml b/src/Web/Views/Shared/_LoginPartial.cshtml
index c7df63d..86b891c 100644
--- a/src/Web/Views/Shared/_LoginPartial.cshtml
+++ b/src/Web/Views/Shared/_LoginPartial.cshtml
@@ -40,7 +40,7 @@
}
else
{
-
+
diff --git a/src/Web/wwwroot/css/catalog/pager.css b/src/Web/wwwroot/css/catalog/pager.css
index eec6e39..b98b6de 100644
--- a/src/Web/wwwroot/css/catalog/pager.css
+++ b/src/Web/wwwroot/css/catalog/pager.css
@@ -3,8 +3,12 @@
text-align: center;
}
-.esh-pager-item {
- margin: 0 5vw;
+.esh-pager-item-left {
+ float: left;
+}
+
+.esh-pager-item-right {
+ float: right;
}
.esh-pager-item--navigable {