mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user