mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
made more room for bottom left part of footer as it wraps some time in spanish
This commit is contained in:
parent
e740e4913d
commit
03137d4271
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
footer.site-footer
|
footer.site-footer
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
ul.col-md-7
|
ul.col-md-8
|
||||||
|
|
||||||
if Object.keys(settings.i18n.subdomainLang).length > 1
|
if Object.keys(settings.i18n.subdomainLang).length > 1
|
||||||
li.dropdown.dropup.subdued
|
li.dropdown.dropup.subdued
|
||||||
|
@ -32,7 +32,7 @@ footer.site-footer
|
||||||
else
|
else
|
||||||
| !{translate(item.text)}
|
| !{translate(item.text)}
|
||||||
|
|
||||||
ul.col-md-5.text-right
|
ul.col-md-4.text-right
|
||||||
|
|
||||||
each item in nav.right_footer
|
each item in nav.right_footer
|
||||||
li
|
li
|
||||||
|
|
Loading…
Reference in a new issue