Skip to content

Commit

Permalink
adjust mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikcoskun committed Oct 11, 2024
1 parent dbcf860 commit 3610fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modules/changelog/ChangelogPage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@

.body {
color: var(--color-gray-300);
font-size: var(--font-size-lg);
@include media(">md") {
font-size: var(--font-size-lg);
}

> :first-child {
margin-top: 0;
Expand Down
4 changes: 3 additions & 1 deletion modules/home/HomePage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
max-width: 800px;
margin-top: 1.5rem;
color: var(--theme-text-on-hero);
font-size: var(--font-size-lg);
text-shadow: 0 4px 4px rgb(0 0 0 / 0.15);
text-wrap: balance;
@include media(">md") {
font-size: var(--font-size-lg);
}
}

.buttons {
Expand Down

0 comments on commit 3610fdf

Please sign in to comment.