Spaces:
Paused
Paused
responsive adj
Browse files- public/style.css +7 -1
public/style.css
CHANGED
@@ -125,4 +125,10 @@ div#vision-text-container {
|
|
125 |
div#vision-text-container > div {
|
126 |
margin: 10px 0;
|
127 |
padding-bottom: 10px;
|
128 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
div#vision-text-container > div {
|
126 |
margin: 10px 0;
|
127 |
padding-bottom: 10px;
|
128 |
+
}
|
129 |
+
|
130 |
+
@media screen and (max-width: 430px) {
|
131 |
+
div#vision-text-container {
|
132 |
+
width: 400px;
|
133 |
+
}
|
134 |
+
}
|