Spaces:
Runtime error
Runtime error
Update public/style.css
Browse files- public/style.css +2 -2
public/style.css
CHANGED
|
@@ -127,8 +127,8 @@ div#vision-text-container > div {
|
|
| 127 |
padding-bottom: 10px;
|
| 128 |
}
|
| 129 |
|
| 130 |
-
@media screen and (max-width:
|
| 131 |
div#vision-text-container {
|
| 132 |
-
width:
|
| 133 |
}
|
| 134 |
}
|
|
|
|
| 127 |
padding-bottom: 10px;
|
| 128 |
}
|
| 129 |
|
| 130 |
+
@media screen and (max-width: 550px) {
|
| 131 |
div#vision-text-container {
|
| 132 |
+
width: 390px;
|
| 133 |
}
|
| 134 |
}
|