Spaces:
Runtime error
Runtime error
css adj
Browse files- public/style.css +3 -1
public/style.css
CHANGED
|
@@ -4,6 +4,7 @@ body {
|
|
| 4 |
justify-content: center;
|
| 5 |
height: 100vh;
|
| 6 |
margin: 0;
|
|
|
|
| 7 |
}
|
| 8 |
|
| 9 |
div#main-container {
|
|
@@ -107,6 +108,7 @@ div#vision-text-container {
|
|
| 107 |
display: flex;
|
| 108 |
flex-direction: column;
|
| 109 |
flex: 1;
|
|
|
|
| 110 |
overflow: scroll;
|
| 111 |
}
|
| 112 |
|
|
@@ -116,7 +118,7 @@ div#vision-text-container {
|
|
| 116 |
}
|
| 117 |
|
| 118 |
.text-msg:last-child{
|
| 119 |
-
font-size:
|
| 120 |
line-height: 1.3em;
|
| 121 |
font-weight: bold;
|
| 122 |
}
|
|
|
|
| 4 |
justify-content: center;
|
| 5 |
height: 100vh;
|
| 6 |
margin: 0;
|
| 7 |
+
color: #3E3E3E;
|
| 8 |
}
|
| 9 |
|
| 10 |
div#main-container {
|
|
|
|
| 108 |
display: flex;
|
| 109 |
flex-direction: column;
|
| 110 |
flex: 1;
|
| 111 |
+
height: 210px;
|
| 112 |
overflow: scroll;
|
| 113 |
}
|
| 114 |
|
|
|
|
| 118 |
}
|
| 119 |
|
| 120 |
.text-msg:last-child{
|
| 121 |
+
font-size: 1.2em;
|
| 122 |
line-height: 1.3em;
|
| 123 |
font-weight: bold;
|
| 124 |
}
|