first round of about content

This commit is contained in:
Beverly Nguyen
2024-11-13 14:32:15 -08:00
parent 01e52b9a20
commit 50e7f3d33c
4 changed files with 118 additions and 0 deletions

View File

@@ -897,3 +897,22 @@ li.linked-card:hover svg,
.usa-sidenav__item a {
display: block;
}
.about-icon-list {
display: flex;
width: 24px;
height: 24px;
padding: 2px 1px;
justify-content: center;
align-items: center;
margin-right: 4px;
}
.usa-icon-list__content{
padding-left: 0;
}
.indented-paragraph {
margin-left: calc(24px + 4px);
margin-top: 4px;
}