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