Skip to content

Commit

Permalink
Solve stash
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmeValera committed Dec 8, 2024
1 parent ea8c95a commit 8310515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ h2 {
}

@media screen and (max-width: $break-large) {
h1 {
font-size: calc(min(5rem, 10vw));
h1, h1.presentation-title {
font-size: calc(min(5rem, 10vw))!important;
}

h2 {
Expand Down
1 change: 1 addition & 0 deletions sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

.column.right {
h1.presentation-title {
font-size: 7rem;
font-weight: bold;
text-align: left;
}
Expand Down

0 comments on commit 8310515

Please sign in to comment.