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