Skip to content

Commit c96dce7

Browse files
committed
resize icons for small screens
1 parent 354309c commit c96dce7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

web-components/nav-header/nav-header.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,16 @@ input {
237237
width: 100%;
238238
}
239239

240+
@media screen and (max-width: 24em) {
241+
.logo img {
242+
width: 1em;
243+
height: 1em;
244+
}
245+
#search-icon {
246+
width: 1em;
247+
}
248+
}
249+
240250
/* 425px and below screen sizes */
241251
@media screen and (max-width: 27em) {
242252
.logo h4 {

0 commit comments

Comments
 (0)