Skip to content

Commit a004e42

Browse files
author
krasch
committed
Perlschnur should fit into width
1 parent 393919a commit a004e42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

style/layout.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ Layout journey container (containing calendar and summary)
221221
*********************************************************/
222222

223223
#journey {
224+
width: 100%;
225+
224226
display: flex;
225227
flex-direction: column;
226228
align-items: center;
@@ -263,7 +265,8 @@ Layout for journey summary
263265
************************************************/
264266

265267
#summary {
266-
width: min(95%, 350px);
268+
min-width: min(350px, 90%);
269+
max-width: 450px;
267270

268271
display: flex;
269272
flex-direction: column;

0 commit comments

Comments
 (0)