4,090
edits
No edit summary |
No edit summary |
||
Line 1,914: | Line 1,914: | ||
/* Large screens */ | /* Large screens */ | ||
@media (min-width: 1251px) { | @media (min-width: 1251px) and (max-width: 1300px) { | ||
#simpleSearch:hover #searchInput { | #simpleSearch:hover #searchInput { | ||
width: calc(75% - 20px); | width: calc(75% - 20px); | ||
} | |||
} | |||
/* Large screens */ | |||
@media (min-width: 1301px) { | |||
#simpleSearch:hover #searchInput { | |||
width: calc(80% - 20px); | |||
} | } | ||
} | } |