You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your stylesheet on line 6 will be overridden by the external font awesome stylesheets on lines 8 and 9 which makes it difficult to override the default icons font size. Move your stylesheet link below the font awesome one (remove the duplicate fa link), then you can more easily override the defaults (without having to use !important or inline CSS).
You have tried to set the font size in your CSS (line 361) but it did not work because of this.
The text was updated successfully, but these errors were encountered:
Your stylesheet on line 6 will be overridden by the external font awesome stylesheets on lines 8 and 9 which makes it difficult to override the default icons font size. Move your stylesheet link below the font awesome one (remove the duplicate fa link), then you can more easily override the defaults (without having to use !important or inline CSS).
You have tried to set the font size in your CSS (line 361) but it did not work because of this.
The text was updated successfully, but these errors were encountered: