Skip to content

Commit aa6154b

Browse files
author
AP-BAPPI-WEBAPP\bappi.chandra
committed
responsive css updated
1 parent b5b6204 commit aa6154b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ body {
8888
}
8989
.slectInputSearch{
9090
position: relative;
91+
9192
}
9293
.slectInputSearch img{
9394
position: absolute;
@@ -101,4 +102,9 @@ body {
101102
}
102103
.hidden {
103104
display: none;
105+
}
106+
@media(max-width: 576px){
107+
.selectDropdownMenu input[type="text"]{
108+
width: 85%;
109+
}
104110
}

0 commit comments

Comments
 (0)