Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HudaStillLearning authored Dec 22, 2023
1 parent 6c9683c commit 06f18a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@media screen and (max-width: 410px) {
#container {
position: absolute;
top: 30%;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
Expand Down Expand Up @@ -142,7 +142,7 @@
</div>
</div>
<script>
var fontSize = 30;
var fontSize = 40;
if (window.screen.width > 850)
fontSize = 60;
else if (window.screen.width > 1200)
Expand Down

0 comments on commit 06f18a3

Please sign in to comment.