Skip to content

Commit 20eee31

Browse files
authored
Update styles.css
1 parent b34e66d commit 20eee31

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

css/styles.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,23 @@ li.L9 {
396396
.flex-column-mobile i {
397397
margin-bottom: 0 !important; /* Reduce gap below icon on mobile */
398398
}
399+
/* Target the specific row containing tabs and action buttons */
400+
.row.mb-4 {
401+
display: flex;
402+
flex-direction: column; /* Stack items vertically */
403+
}
404+
405+
/* Move the tabs below the action buttons */
406+
.row.mb-4 .col-12.col-md-6.d-flex.justify-content-start {
407+
order: 1; /* Move tabs below the action buttons */
408+
}
409+
410+
/* Ensure action buttons stay at the top */
411+
.row.mb-4 .col-12.col-md-6.d-flex.justify-content-end {
412+
order: 2; /* Keep action buttons at the top */
413+
margin-bottom: 15px; /* Add some space below action buttons */
414+
}
415+
399416
}
400417

401418
/* On larger screens, the default horizontal layout will be kept */

0 commit comments

Comments
 (0)