mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-10 23:37:17 +00: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:
parent
57a3b834b7
commit
ef7a72b092
2 changed files with 9 additions and 4 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue