Skip to content

Commit 446c811

Browse files
committed
Fixed card margins in mobile view
1 parent 344a75a commit 446c811

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

docs/css/style.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2561,14 +2561,31 @@ html.light-theme .permissions-table code {
25612561
display: none;
25622562
}
25632563

2564+
.tagline-option-6 {
2565+
padding: 0 15px !important;
2566+
box-sizing: border-box;
2567+
}
2568+
2569+
.tagline-path-pill {
2570+
width: 100%;
2571+
box-sizing: border-box;
2572+
}
2573+
25642574
.paths-grid {
25652575
grid-template-columns: 1fr;
2566-
padding: 0;
2576+
padding: 0 15px;
2577+
gap: 15px;
2578+
box-sizing: border-box;
2579+
width: 100vw;
2580+
max-width: 100%;
25672581
}
25682582

25692583
.path-card {
25702584
margin: 0;
25712585
width: 100%;
2586+
max-width: 100%;
2587+
box-sizing: border-box;
2588+
overflow: hidden;
25722589
}
25732590

25742591
/* Visualization tooltip for mobile */

0 commit comments

Comments
 (0)