cbgaindia / ckanext-openbudgetsin_theme

Custom CKAN theme extension for Open Budgets India
https://openbudgetsindia.org/
MIT License
4 stars 0 forks source link

'Get Started' font weight in 'Budget Basics' #75

Closed vrnpi closed 3 years ago

vrnpi commented 3 years ago

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;
}