Skip to content

Commit

Permalink
adjust CSS to better support long resort names
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Nov 27, 2023
1 parent 86428d6 commit ec1cf27
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions public/stylesheets/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ header .ls-furkot
font-size 1.2em
border-bottom solid 2px transparent
vertical-align middle

a + a,
span + span
margin-left .2em
display flex
align-items baseline
gap .2em

a
outline none
Expand Down Expand Up @@ -226,6 +225,10 @@ header .ls-furkot
.resort-link
font-size .9em

.resort-name
flex 1
ellipsis()

.summary
list-style none
clearfix()
Expand Down

0 comments on commit ec1cf27

Please sign in to comment.