1050 - Fixing repsonsive issues in the header - and beyond

This commit is contained in:
Jonathan Bobel
2024-02-05 13:32:53 -05:00
parent d82b56c644
commit 74d8ed8340
2 changed files with 73 additions and 57 deletions

View File

@@ -26,7 +26,7 @@ i.e.
.usa-logo {
font-family: family("sans");
margin: units(4) 0;
@include at-media-max('mobile-lg') {
@include at-media-max('desktop') {
margin: units(4) 0 units(4) units(2);
}
img {
@@ -43,6 +43,16 @@ i.e.
text-decoration: underline;
}
}
@include at-media-max('desktop') {
padding: 0 units(2);
ul li {
padding-bottom: units(1);
}
}
}
.usa-nav-container {
max-width: 100%;
padding: 0;
}
}
@@ -343,6 +353,9 @@ td.table-empty-message {
background-image: url(../img/material-icons/description.svg);
}
}
.job-table, .dashboard-table {
overflow-x: scroll;
}
}
.dashboard-table {