mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-28 21:03:11 -05:00
Merge pull request #14914 from overleaf/msm-fix-ce-footer
Update footer.less GitOrigin-RevId: f595925f936e0a3d8dd12a58347f7eb6035cf7cf
This commit is contained in:
parent
82513340c1
commit
929afa9cc2
1 changed files with 3 additions and 1 deletions
|
@ -44,9 +44,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.thin-footer {
|
.thin-footer {
|
||||||
|
.container {
|
||||||
padding-bottom: @footer-height;
|
padding-bottom: @footer-height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Reset fonts for relevant elements
|
// Reset fonts for relevant elements
|
||||||
input,
|
input,
|
||||||
|
|
Loading…
Reference in a new issue