Skip to content

Commit

Permalink
adjusted styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 18, 2024
1 parent ed77589 commit 9074ed0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/can-i-root/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ h1.rootmytv {
text-shadow: 0 0 3px #d4ffff, 0 0 3px #d4ffff, 0 0 3px #d4ffff, 0 0 1em #0bb6be, 0 0 0.2em #0bb6be;

& {
@include media-breakpoint-up(sm) {
@include media-breakpoint-up(xs) {
font-size: 2em;
}
}
& {
@include media-breakpoint-up(sm) {
font-size: 2.5em;
}
}
& {
@include media-breakpoint-up(md) {
font-size: 3em;
Expand Down

0 comments on commit 9074ed0

Please sign in to comment.