Skip to content

Commit

Permalink
fix: tweak positioning on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Mar 20, 2020
1 parent f39fe04 commit 553c992
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/tweet/tweet.component.sass
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,17 @@ footer
font-size: 1.5rem
font-family: 'Gloria Hallelujah', sans-serif;
line-height: 1.5em
padding: 1rem
padding: 0 1rem
position: absolute
text-decoration: none
bottom: 0
width: 100%

@media only screen and (min-width: 640px)
font-size: 2rem
max-height: 100%
overflow: hidden
position: static
width: 50%

@media only screen and (min-width: 1024px)
Expand All @@ -84,6 +87,7 @@ footer
flex-grow: 1
height: 100%
overflow: hidden
position: relative
width: 100%

@media only screen and (min-width: 640px)
Expand Down

0 comments on commit 553c992

Please sign in to comment.