4,090
edits
No edit summary |
No edit summary |
||
Line 1,893: | Line 1,893: | ||
/* Large screens */ | /* Large screens */ | ||
@media (min-width: 901px) and (max-width: | @media (min-width: 901px) and (max-width: 1000px) { | ||
#simpleSearch:hover #searchInput { | #simpleSearch:hover #searchInput { | ||
width: calc(60% - 20px); | width: calc(60% - 20px); | ||
} | |||
} | |||
/* Large screens */ | |||
@media (min-width: 1001px) and (max-width: 1200px) { | |||
#simpleSearch:hover #searchInput { | |||
width: calc(70% - 20px); | |||
} | } | ||
} | } |