Skip to content

Commit

Permalink
Fix: Refactored Code
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Apr 24, 2024
1 parent b95a998 commit 3ccd280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ h1 {
margin-top: 10px;
border-radius: 8px;
background: rgba(255, 255, 255, 0.6);
max-width: calc(100% - 20px);
}

.big-text {
Expand Down Expand Up @@ -185,7 +186,7 @@ h1 {
background: rgba(255, 255, 255, 0.6);
padding: 1rem;
border-radius: 10px;
max-width: 100%;
max-width: calc(100% - 20px);
}

.event-selector {
Expand Down

0 comments on commit 3ccd280

Please sign in to comment.