Skip to content

Commit fdf54a9

Browse files
tranhlmarkerikson
authored andcommitted
increased search input spacing on mobile and desktop (#62)
1 parent 4154feb commit fdf54a9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

website/static/css/custom.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,34 @@ a:visited {
129129
}
130130

131131
@media only screen and (min-width: 1024px) {
132+
.reactNavSearchWrapper input#search_input_react {
133+
height: 100%;
134+
padding-top: 8px;
135+
padding-bottom: 8px;
136+
padding-left: 38px;
137+
}
138+
139+
.navSearchWrapper:before {
140+
left: 24px;
141+
}
142+
143+
.navSearchWrapper:after {
144+
left: 35px;
145+
}
132146
}
133147

134148
@media only screen and (max-width: 1023px) {
149+
.reactNavSearchWrapper input#search_input_react {
150+
padding-left: 38px;
151+
}
152+
153+
.navSearchWrapper:before {
154+
left: 24px;
155+
}
156+
157+
.navSearchWrapper:after {
158+
left: 35px;
159+
}
135160
}
136161

137162
@media only screen and (min-width: 1400px) {

0 commit comments

Comments
 (0)