We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393919a commit a004e42Copy full SHA for a004e42
style/layout.css
@@ -221,6 +221,8 @@ Layout journey container (containing calendar and summary)
221
*********************************************************/
222
223
#journey {
224
+ width: 100%;
225
+
226
display: flex;
227
flex-direction: column;
228
align-items: center;
@@ -263,7 +265,8 @@ Layout for journey summary
263
265
************************************************/
264
266
267
#summary {
- width: min(95%, 350px);
268
+ min-width: min(350px, 90%);
269
+ max-width: 450px;
270
271
272
0 commit comments