mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Website Review- Requested Changes after marketing review (#16688)
* adding mean and a comma * capital S * changing so that text takes max of 2 lines * adding new hero image * adding correct dropbox logo * fixing the premium badge alignment in mobile designs * removing an extra copy of security text GitOrigin-RevId: 5bf15b2f8d5eaa4514f952b6acfdbccab86fd9bc
This commit is contained in:
@@ -182,10 +182,10 @@
|
||||
width: 70px;
|
||||
position: absolute;
|
||||
top: -95px;
|
||||
right: -90px;
|
||||
right: -50px;
|
||||
|
||||
@media (max-width: @screen-lg) {
|
||||
right: -145px;
|
||||
right: -105px;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-sm-max) {
|
||||
@@ -197,10 +197,10 @@
|
||||
width: 140px;
|
||||
position: absolute;
|
||||
top: -50px;
|
||||
right: -55px;
|
||||
right: -15px;
|
||||
|
||||
@media (max-width: @screen-lg) {
|
||||
right: -110px;
|
||||
right: -70px;
|
||||
}
|
||||
@media (max-width: @screen-sm-max) {
|
||||
display: none;
|
||||
@@ -861,6 +861,11 @@
|
||||
|
||||
.label-premium {
|
||||
height: 20px; // override default height
|
||||
@media (max-width: @screen-md-max) {
|
||||
display: block;
|
||||
width: fit-content;
|
||||
margin: 10px 0px 0px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.header-description {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 271 KiB After Width: | Height: | Size: 182 KiB |
Reference in New Issue
Block a user