Skip to content

Commit

Permalink
Merge pull request #3 from im-caelli/v1.0.3
Browse files Browse the repository at this point in the history
Fix title in smaller screens
  • Loading branch information
im-caelli authored Mar 14, 2022
2 parents c7041b2 + 28b4543 commit 6507e36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Picked up react and it's just nicer to practice learned things by making it abou

## Notes

- Best viewed in md to lg sized screens
- Best viewed in md to lg sized screens. (Min. 375px)
- Feel free to report issues at: [Issues](https://github.com/im-caelli/kda-match/issues)
- I'm on twitter: [im_caelli](https://twitter.com/im_caelli) 😊

## Assets / Resources / Credits

- [KDA Fan Kit](https://twitter.com/KDA_MUSIC/status/1318537455830814720?s=20&t=k6vIhqxPKyvoVVJWNDyjIQ) / [KDA Fan Club](https://www.leagueoflegends.com/en-us/event/kda-official-fan-club/)
- [KDA Fan Kit](https://twitter.com/KDA_MUSIC/status/1318537455830814720?s=20&t=k6vIhqxPKyvoVVJWNDyjIQ) | [KDA Fan Club](https://www.leagueoflegends.com/en-us/event/kda-official-fan-club/)
- [KDA Font](https://www.reddit.com/r/leagueoflegends/comments/jjfs29/kda_font/) by Bryan Torres | [License](src/font/KDA-Font-License.txt)
- [svgbackgrounds](https://www.svgbackgrounds.com/)
11 changes: 9 additions & 2 deletions src/components/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@
}

h1 {
font-size: 1rem;
width: 100px;
padding: .5rem 1rem;
margin: 0;
line-height: 1;
font-size: 2rem;
font-weight: 900;
text-transform: uppercase;
line-height: 1.5;
color: $purple-text;

@media #{$sm-break} {
font-size: 1rem;
line-height: 1.5;
width: auto;
}
}

.nav {
Expand Down

0 comments on commit 6507e36

Please sign in to comment.