mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 01:34:32 +00:00
changed uni page holder and footer
This commit is contained in:
parent
c2c29bb282
commit
9803f8bd70
2 changed files with 3 additions and 5 deletions
services/web/app/views
|
@ -3,7 +3,7 @@
|
|||
footer.site-footer
|
||||
.container
|
||||
.row
|
||||
ul.col-md-8
|
||||
ul.col-md-10
|
||||
|
||||
if Object.keys(settings.i18n.subdomainLang).length > 1
|
||||
li.dropdown.dropup.subdued
|
||||
|
@ -32,7 +32,7 @@ footer.site-footer
|
|||
else
|
||||
| !{translate(item.text)}
|
||||
|
||||
ul.col-md-4.text-right
|
||||
ul.col-md-2.text-right
|
||||
|
||||
each item in nav.right_footer
|
||||
li
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
extends ../layout
|
||||
|
||||
block content
|
||||
.content.content-alt
|
||||
.blog
|
||||
| !{content}
|
||||
| !{content}
|
Loading…
Add table
Reference in a new issue