We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344a75a commit 446c811Copy full SHA for 446c811
1 file changed
docs/css/style.css
@@ -2561,14 +2561,31 @@ html.light-theme .permissions-table code {
2561
display: none;
2562
}
2563
2564
+ .tagline-option-6 {
2565
+ padding: 0 15px !important;
2566
+ box-sizing: border-box;
2567
+ }
2568
+
2569
+ .tagline-path-pill {
2570
+ width: 100%;
2571
2572
2573
2574
.paths-grid {
2575
grid-template-columns: 1fr;
- padding: 0;
2576
+ padding: 0 15px;
2577
+ gap: 15px;
2578
2579
+ width: 100vw;
2580
+ max-width: 100%;
2581
2582
2583
.path-card {
2584
margin: 0;
2585
width: 100%;
2586
2587
2588
+ overflow: hidden;
2589
2590
2591
/* Visualization tooltip for mobile */
0 commit comments