diff --git a/src/index.html b/src/index.html index ec1c866960..caa5d67fac 100644 --- a/src/index.html +++ b/src/index.html @@ -17,32 +17,42 @@ /> +
+ +
+ +
+ diff --git a/src/style.css b/src/style.css index 9258104c52..ec4e725cf4 100644 --- a/src/style.css +++ b/src/style.css @@ -29,7 +29,7 @@ .search-bar__big { height: 70px; - background-image: url(images/Search.svg); + background-image: url(/src/images/Search.svg); background-repeat: no-repeat; background-size: 19px 19px; font-size: 16px; @@ -46,7 +46,7 @@ border: 1px solid #e1e7ed; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); - background-image: url('./images/Search.svg'), + background-image: url(/src/images/Search.svg), linear-gradient(180deg, transparent, #f6f6f7); background-repeat: no-repeat; @@ -58,7 +58,7 @@ .search-bar__small { height: 42px; - background-image: url(images/Search.svg); + background-image: url(/src/images/Search.svg); background-repeat: no-repeat; background-size: 11px 11px; font-size: 14px;