Skip to content

Commit

Permalink
Merge pull request #728 from CityOfBoston/develop
Browse files Browse the repository at this point in the history
DIG-1652 Styling of bullets needs to be adjusted
  • Loading branch information
subaha-cob authored Jan 12, 2023
2 parents 3100a61 + e7d61a9 commit e9842d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stylesheets/patterns-cob-theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2165,11 +2165,16 @@ article .paragraphs-item-3-column-w-image ul li {
ul li {
list-style: none;
padding-left: 1.25em;
background: url("../images/global/icons/ul-bullet.svg") no-repeat left center transparent;
background: url("../images/global/icons/ul-bullet.svg") no-repeat left 12px transparent;
background-size: 10px;
margin: 0px 0px 29.25px 0px;
margin: 0rem 0rem 1.625rem 0rem
}
.responsive-table ul li {
background: url("../images/global/icons/ul-bullet.svg") no-repeat transparent;
background-position: left 8px;
background-size: 10px;
}
.program-logo img {
width: 100%;
height: 100%
Expand Down

0 comments on commit e9842d0

Please sign in to comment.