Skip to content

Commit

Permalink
Adjust h1 and h2 tags to make sure the h1 is always larger than h2. A…
Browse files Browse the repository at this point in the history
…dd https into live link and check it works
  • Loading branch information
Robrowno committed Apr 18, 2022
1 parent bf57150 commit cc97367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This game is designed to be played by someone who wants to play a game but doesn

The goal of this website, beyond testing my Javascript abilities, is to make a well-tested and fully functioning basic game that combines functionality with clean design and colours.

[Live Link here](robrowno.github.io/rock-paper-scissors/)
[Live Link here](https://robrowno.github.io/rock-paper-scissors/)

---
## Website across different platforms
Expand Down
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ h1 {
text-align: center;
margin: 0 auto;
padding-top: 1%;
font-size: calc(26px + (32 - 26) * ((100vw - 300px) / (1440 - 300)));
font-size: calc(26px + (33 - 26) * ((100vw - 300px) / (1440 - 300)));
}

/*-- General Block styling */
Expand All @@ -83,7 +83,7 @@ h1 {
/*-- "Choose Your Weapon!" Subheading */
.subheading {
text-align: center;
font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1440 - 300)));
font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1440 - 300)));
}

/*-- General Block styling expanded--*/
Expand Down

0 comments on commit cc97367

Please sign in to comment.