fffiloni commited on
Commit
cd3710e
1 Parent(s): 9cea484

responsive adj

Browse files
Files changed (1) hide show
  1. 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
+ }