Spaces:
Running
Running
yasir
commited on
Update index.html
Browse files- index.html +5 -2
index.html
CHANGED
@@ -354,12 +354,15 @@ margin: auto;
|
|
354 |
margin-left: 10px;
|
355 |
}
|
356 |
#model{
|
357 |
-
width:
|
358 |
-
height:
|
359 |
overflow: visible;
|
360 |
}
|
361 |
#model option{
|
362 |
white-space: normal;
|
|
|
|
|
|
|
363 |
}
|
364 |
.ad{
|
365 |
display: flex;
|
|
|
354 |
margin-left: 10px;
|
355 |
}
|
356 |
#model{
|
357 |
+
width: 170px;
|
358 |
+
height: 50px;
|
359 |
overflow: visible;
|
360 |
}
|
361 |
#model option{
|
362 |
white-space: normal;
|
363 |
+
padding: 10px;
|
364 |
+
font-family: 'Barlow Condensed';
|
365 |
+
font-size: 18px;
|
366 |
}
|
367 |
.ad{
|
368 |
display: flex;
|