diff --git a/_sass/custom.scss b/_sass/custom.scss index 424330f4635..ffd5ec8148b 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -1,8 +1,8 @@ // Enter any custom Sass in this file. -//.indicator.goal-banner { -// .goal-tiles { -// a { -// width: 250px !important; -// } -// } -//} +.indicator.goal-banner { + .goal-tiles { + a { + width: 250px !important; + } + } +}