Skip to content

Commit

Permalink
Fix displays for more tvs
Browse files Browse the repository at this point in the history
  • Loading branch information
energee committed Sep 12, 2024
1 parent 122d147 commit 0ba1d43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _sass/draft.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ body
text-align: left

#app
margin: 5em 10px 0
margin: 5vh 1em
bottom: 0
transition: margin .25s ease
position: absolute
width: calc(100% - 2em)

*
transition: all .01s ease
Expand Down Expand Up @@ -181,7 +184,7 @@ body:not(.narrow) .price
vertical-align: 0
.description
display: inline-block
font-size: 1.5rem
font-size: 1.3rem
font-weight: 300
line-height: 1.1em
transform: translateY(-2px)
Expand Down

0 comments on commit 0ba1d43

Please sign in to comment.