Skip to content

Commit

Permalink
fix: scale down Boosted logo on homepage for all browsers (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Jul 7, 2022
1 parent 6e40877 commit ecf1144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/assets/scss/_boosted.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ body {
height: 25em;
font-size: 36%; // 1
box-shadow: -2em 2em $gray-600, -4em 4em $gray-300;
transform: rotateX(50deg) rotateY(0deg) rotateZ(-45deg);
scale: .7;
transform: rotateX(50deg) rotateY(0deg) rotateZ(-45deg) scale(.7);

@include media-breakpoint-up(sm) {
font-size: xx-small;
Expand Down

0 comments on commit ecf1144

Please sign in to comment.