Skip to content

Commit 7fcf1cb

Browse files
committed
increased table padding with new table-lg class
1 parent 14b9bcf commit 7fcf1cb

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

assets/scss/components/_tables.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ table {
33

44
margin: 0 0 2rem;
55

6+
&.table-lg {
7+
> :not(caption)>*>* {
8+
padding: 1rem;
9+
}
10+
}
11+
612
&.nam-compat-status {
713

814
tbody {
@@ -17,11 +23,12 @@ table {
1723
}
1824
}
1925

20-
th:first-child, td:first-child {
26+
th:first-child,
27+
td:first-child {
2128
font-weight: bold;
2229
border-right: 2px solid var(--bs-table-border-color);
2330
}
24-
31+
2532
th {
2633
white-space: nowrap;
2734
}

content/download-the-nam/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ images: []
1010

1111
The Network Addon Mod is available in two flavors.
1212

13-
<table>
13+
<table class="table table-lg">
1414
<tr>
1515
<td style="text-align:center;width:50%;"><h3 style="margin-bottom:0px;">Network Addon Mod {{< param docsversion >}}</h3></td>
1616
<td style="text-align:center;width:50%;"><h3 style="margin-bottom:0px;">Network Addon Mod Lite {{< param docsversionlite >}}</h3></td>

0 commit comments

Comments
 (0)