mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 09:41:05 +02:00
Tweak padding
This commit is contained in:
parent
f04b1e382a
commit
f39b390a5c
2 changed files with 6 additions and 4 deletions
|
@ -142,9 +142,11 @@ th {
|
|||
}
|
||||
}
|
||||
|
||||
.dotgov-table--cell-padding-1-1-2px-0 {
|
||||
td, th {
|
||||
padding: units(1) units(1) units(2px) 0;
|
||||
.dotgov-table--cell-padding-2-2-2-0 {
|
||||
@include at-media(mobile-lg) {
|
||||
td, th {
|
||||
padding: units(2) units(2) units(2) 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
{% endfor %}
|
||||
|
||||
<div class="usa-table-container--scrollable usa-table-container--override-overflow usa-table-container--override-scrollable padding-top-5 margin-top-0" tabindex="0">
|
||||
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked dotgov-table--cell-padding-1-1-2px-0" id="dsdata-table">
|
||||
<table class="usa-table usa-table--borderless usa-table--stacked dotgov-table dotgov-table--stacked dotgov-table--cell-padding-2-2-2-0" id="dsdata-table">
|
||||
<caption class="sr-only">Your DS data records</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue