diff --git a/src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.css b/src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.css index cdf5ba4d6..a95381dc8 100644 --- a/src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.css +++ b/src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.css @@ -52,8 +52,6 @@ } body { - padding-top: 80px; - /*padding-bottom: 20px;*/ font-family: Montserrat,sans-serif; min-width:480px; } @@ -372,6 +370,7 @@ select::-ms-expand { .home-catalog-filter-container { background-color: #00A69C; height:63px; + line-height: 76px; } .home-catalog-filter-container li a { diff --git a/src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.less b/src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.less index 4e8d26a3a..c0836c5c2 100644 --- a/src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.less +++ b/src/Services/Identity/eShopOnContainers.Identity/wwwroot/css/site.less @@ -69,8 +69,6 @@ } body { - padding-top: 80px; - /*padding-bottom: 20px;*/ font-family: Montserrat,sans-serif; min-width:480px; } @@ -389,6 +387,7 @@ select::-ms-expand { .home-catalog-filter-container { background-color: #00A69C; height:63px; + line-height: 76px; } .home-catalog-filter-container li a {