mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #16773 from overleaf/tm-website-redesign-minor-launch-fix
Fix template card hover hint and overleaf sticker size at lower breakpoints GitOrigin-RevId: 6aefdb1a1a0c58ca5c481fea692b8c19579c8e0d
This commit is contained in:
parent
90cda11550
commit
98f56f8adc
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue