Skip to content

Commit

Permalink
Merge pull request #4 from Flecart/master
Browse files Browse the repository at this point in the history
fix(css): set smaller h1 font-size for mobile view
  • Loading branch information
lucat1 authored May 31, 2022
2 parents a601593 + a39e6e9 commit bbaf52d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
--b: #fbf1c7;
--f: #282828;
--d: #af3a03;
font-family: monospace;
font-size: 16px;
}

* {
Expand All @@ -11,13 +13,15 @@
}

body {
font-size: 16px;
font-family: monospace;
margin: 0;
padding: 1.5rem;
line-height: 1.8;
}

h1 {
font-size: 1.5rem;
}

a {
word-wrap: break-word;
min-width: 0;
Expand Down

0 comments on commit bbaf52d

Please sign in to comment.