We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727b2f0 commit 15b3383Copy full SHA for 15b3383
1 file changed
style.css
@@ -243,10 +243,10 @@ body {
243
244
@media (max-width: 768px) {
245
.scenario-item {
246
- flex: 0 0 calc(100vw - 60px);
+ flex: 0 0 calc(100vw - 80px);
247
padding: 20px;
248
min-height: 400px;
249
- max-width: 320px;
+ max-width: none;
250
}
251
252
@@ -568,6 +568,7 @@ body {
568
.scenario-details ul li {
569
margin-bottom: 2px !important;
570
font-size: 0.75rem;
571
+ line-height: 1.3;
572
573
574
0 commit comments