diff --git a/services/web/frontend/stylesheets/app/website-redesign.less b/services/web/frontend/stylesheets/app/website-redesign.less index 8b3685b473..a0e8bf3a3d 100644 --- a/services/web/frontend/stylesheets/app/website-redesign.less +++ b/services/web/frontend/stylesheets/app/website-redesign.less @@ -498,6 +498,10 @@ display: inline-flex; justify-content: space-between; text-decoration: none; + + &:hover { + text-decoration: underline; + } } i.material-symbols-rounded { @@ -931,5 +935,9 @@ .overleaf-sticker { float: right; + + @media (max-width: @screen-sm-max) { + width: 74px; // 70% of 106px + } } }