Add padding for mobile view

This commit is contained in:
zandercymatics 2024-01-05 12:49:39 -07:00
parent 90760e6d43
commit 693058c02a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 8 additions and 1 deletions

View file

@ -29,6 +29,13 @@
th.action-col-custom-width {
width: 27% !important;
}
// Fix margins in mobile view
@media screen {
td.tablet-margin-top-5 {
margin-top: 40px !important;
}
}
}
.dotgov-table {

View file

@ -147,7 +147,7 @@
</a>
</td>
{% if has_deletable_applications %}
<td>
<td class="tablet-margin-top-5">
{% if application.status == "started" or application.status == "withdrawn" %}
<a
id="button-toggle-delete-domain-alert-{{ forloop.counter }}"