Update styles.css
Browse files- styles.css +2 -2
styles.css
CHANGED
|
@@ -50,7 +50,7 @@ body {
|
|
| 50 |
}
|
| 51 |
|
| 52 |
.search-container {
|
| 53 |
-
flex: 0 1
|
| 54 |
margin: 0 1rem;
|
| 55 |
}
|
| 56 |
|
|
@@ -221,7 +221,7 @@ body {
|
|
| 221 |
width: 100%;
|
| 222 |
background-color: #4c8ed9;
|
| 223 |
color: white;
|
| 224 |
-
font-size: 0.
|
| 225 |
font-weight: bold;
|
| 226 |
padding: 0.75rem 0;
|
| 227 |
border-radius: 0.5rem;
|
|
|
|
| 50 |
}
|
| 51 |
|
| 52 |
.search-container {
|
| 53 |
+
flex: 0 1 8rem;
|
| 54 |
margin: 0 1rem;
|
| 55 |
}
|
| 56 |
|
|
|
|
| 221 |
width: 100%;
|
| 222 |
background-color: #4c8ed9;
|
| 223 |
color: white;
|
| 224 |
+
font-size: 0.740rem;
|
| 225 |
font-weight: bold;
|
| 226 |
padding: 0.75rem 0;
|
| 227 |
border-radius: 0.5rem;
|