mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Website redesign - Margin the of hero section image and footer margin (#16702)
* adding padding to images of 15px on mobile screen * fixing margin of footer * removing padding and changing size to xs-max GitOrigin-RevId: 185cad8a0a21b3c800f401d3ae59b10aff1a1f58
This commit is contained in:
parent
ef7a72b092
commit
60704ebae6
2 changed files with 8 additions and 1 deletions
|
@ -371,7 +371,7 @@
|
|||
top: 100px;
|
||||
width: 720px;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
padding: 0px 15px;
|
||||
|
||||
// starting from 1500px, image will have a variable translation that depends on screen width
|
||||
// this will make image "fixed" on a specific point on the screen
|
||||
|
@ -886,6 +886,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 585px;
|
||||
padding: 0px 15px;
|
||||
|
||||
@media (max-width: @screen-sm-max) {
|
||||
height: auto;
|
||||
|
|
|
@ -299,6 +299,12 @@ footer.site-footer {
|
|||
}
|
||||
|
||||
.website-redesign-fat-footer {
|
||||
.fat-footer-container {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
margin: @margin-xxl 0px;
|
||||
}
|
||||
}
|
||||
|
||||
&.fat-footer {
|
||||
background: @white;
|
||||
color: @neutral-90;
|
||||
|
|
Loading…
Reference in a new issue