cbgaindia/ckanext-openbudgetsin_theme

'Get Started' font weight in 'Budget Basics'

Closed this issue · 0 comments

vrnpi commented

The font-weight for some reason seems lighter than usual, we'll need too add the following line in to ensure 'Get Started' has the correct weight

.key-features-section .budget-basics-card .image-container .link-button {
  font-weight: normal;
}