Although the code works fine, a way to improve would be to make all constants (font-size: 16px) to reference global variables (font-size: APP_FONT_SIZE, APP_FONT_SIZE="16px")
This would just polish the code and make it easier to make bulk UI changes.
Although the code works fine, a way to improve would be to make all constants (font-size: 16px) to reference global variables (font-size: APP_FONT_SIZE, APP_FONT_SIZE="16px")
This would just polish the code and make it easier to make bulk UI changes.