Skip to content

Commit

Permalink
Override bootstrap default link underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinnarayanan committed Feb 16, 2024
1 parent d8282c6 commit 4223d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $desktop_header_height: 90px;
$mobile_header_height: 68px;
$desktop_footer_height: 560px;
$site_horizontal_padding: 30px;

$link-decoration: none !default;

@mixin desktop {
@media screen and (min-width: 768px) { @content; }
Expand Down

0 comments on commit 4223d6a

Please sign in to comment.