diff --git a/app/styles/components/account-header.scss b/app/styles/components/account-header.scss index 42df5a146..22822d96e 100644 --- a/app/styles/components/account-header.scss +++ b/app/styles/components/account-header.scss @@ -101,7 +101,7 @@ position: relative; background: var(--foreground-color); - @media (min-width: 895px) { + @media (min-width: 896px) { height: 74px; } } @@ -165,7 +165,7 @@ box-sizing: border-box; position: relative; - @media (min-width: 895px) and (max-width: 1190px) { + @media (min-width: 896px) and (max-width: 1190px) { max-width: 900px; padding-left: 300px; } diff --git a/app/styles/components/columns.scss b/app/styles/components/columns.scss index 18410f3e1..8d9d938ee 100644 --- a/app/styles/components/columns.scss +++ b/app/styles/components/columns.scss @@ -45,7 +45,7 @@ @media screen and (max-width: 375px) { padding: 0 10px; } - @media screen and (min-width: 895px) { + @media screen and (min-width: 896px) { margin: 0 20px; padding: 0; } diff --git a/app/styles/components/profile-info-panel.scss b/app/styles/components/profile-info-panel.scss index 8228cff11..62ed39adc 100644 --- a/app/styles/components/profile-info-panel.scss +++ b/app/styles/components/profile-info-panel.scss @@ -7,7 +7,7 @@ flex-direction: column; flex: 1 1; - @media (min-width: 895px) { + @media (min-width: 896px) { padding-top: 60px; } } diff --git a/app/styles/components/search.scss b/app/styles/components/search.scss index 86179f42c..e091b949c 100644 --- a/app/styles/components/search.scss +++ b/app/styles/components/search.scss @@ -126,7 +126,7 @@ padding: 25px 0; background-color: var(--accent-color--med); - @media (min-width: 895px) { + @media (min-width: 896px) { display: block; } } @@ -155,7 +155,7 @@ } } - @media (min-width: 895px) and (max-width: 1190px) { + @media (min-width: 896px) and (max-width: 1190px) { &__title-text, &__type-filters-tabs { max-width: 900px; diff --git a/app/styles/components/tabs-bar.scss b/app/styles/components/tabs-bar.scss index 1c5266e44..bf88e4500 100644 --- a/app/styles/components/tabs-bar.scss +++ b/app/styles/components/tabs-bar.scss @@ -108,7 +108,7 @@ font-size: 18px; color: #fff; - @media (min-width: 895px) { + @media (min-width: 896px) { display: none; } } @@ -191,7 +191,7 @@ } &--search { - @media (min-width: 895px) { + @media (min-width: 896px) { display: none; } } @@ -216,7 +216,7 @@ } .icon-with-counter__counter { - @media screen and (min-width: 895px) { + @media screen and (min-width: 896px) { left: 5px; } } diff --git a/app/styles/demetricator.scss b/app/styles/demetricator.scss index fc2c4bafb..125577d54 100644 --- a/app/styles/demetricator.scss +++ b/app/styles/demetricator.scss @@ -11,6 +11,6 @@ body.demetricator { .account__header__bar { min-height: 50px; - @media (min-width: 895px) { height: 50px; } + @media (min-width: 896px) { height: 50px; } } } diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 715c75ecd..f9f297354 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -339,7 +339,7 @@ z-index: 105; background: var(--foreground-color); - @media (min-width: 895px) { + @media (min-width: 896px) { top: -290px; position: sticky; }