Skip to content

Commit

Permalink
loosen letter-spacing for smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
simmerer committed Oct 11, 2019
1 parent 1f3d3eb commit 65d43a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion app/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,13 @@ body {
font-size: 18px;
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.04em;
letter-spacing: -0.015em;
-webkit-transition: background-color 1s;
-o-transition: background-color 1s;
transition: background-color 1s; }
@media screen and (min-width: 1000px) {
body {
letter-spacing: -0.04em; } }

.wrap {
overflow: hidden; }
Expand Down
Loading

0 comments on commit 65d43a9

Please sign in to comment.