Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PScottZero committed May 11, 2023
1 parent bcb7b98 commit e357fd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/app/components/banner/banner.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@

#about {
margin: 0.5rem;
font-size: $font-banner;
font-size: $font-medium;
color: $text-color;
text-shadow: 0 0 5px black;

@include phone {
font-size: $font-banner-mobile;
}
}
}
2 changes: 1 addition & 1 deletion src/app/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
$font-large: 32px;
$font-medium: 20px;
$font-small: 14px;
$font-banner: 16px;
$font-banner-mobile: 16px;
$font-stack: 'Comfortaa', Arial, serif;

/* sizing */
Expand Down

0 comments on commit e357fd9

Please sign in to comment.