Skip to content

Commit

Permalink
Tweaks to homepage tiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Dec 13, 2023
1 parent 8e532ed commit c6bce90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/site/homepage.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ description: This system makes it easy to build digital services that meet the n
}
div.content-tile {
background-color:white;
padding: 16px 16px;
padding: 24px 16px;
border-radius:8px;
border: 1px solid #D4D4D7;
}
a.tile-link {
text-decoration: none;
Expand Down Expand Up @@ -53,7 +54,8 @@ description: This system makes it easy to build digital services that meet the n
font-size: 23px;
font-weight: 700;
color: #0D4F8C;
padding:24px 0;
padding:20px 0;
line-height: 37px;
}
div.content-tile p {
Expand Down

0 comments on commit c6bce90

Please sign in to comment.