Skip to content

Commit

Permalink
Fix layout on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
p0wen committed Sep 26, 2020
1 parent 9aba05d commit 3872d1b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
border: none;
margin-left: 50%;
background: none;
font-size: 69px;
font-size: 3.5rem;
margin-top: 179px;
color: whitesmoke;
transform: translate(-50%, -50%);
Expand All @@ -122,8 +122,10 @@
.meditationtime {
color: white;
position: relative;
font-size: 50px;
font-size: 2.5rem;
bottom: auto;
margin-top: 1rem;
margin-bottom: 1rem;
}

/* .streakbar section */
Expand Down

0 comments on commit 3872d1b

Please sign in to comment.