Browse Source

Layout fixes

imwald
Nuša Pukšič 4 months ago
parent
commit
ef22174017
  1. 5
      assets/styles/layout.css
  2. 2
      templates/components/Footer.html.twig
  3. 3
      templates/layout.html.twig
  4. 2
      templates/static/about.html.twig

5
assets/styles/layout.css

@ -156,6 +156,11 @@ aside header { @@ -156,6 +156,11 @@ aside header {
margin-top: 60px;
}
section {
padding-left: 20px;
padding-right: 20px;
}
nav header,
aside header {
display: block;

2
templates/components/Footer.html.twig

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
<div class="footer-links">
<a href="{{ path('app_static_about') }}">About</a> -
<a href="{{ path('app_static_roadmap') }}">Roadmap</a> -
{# <a href="{{ path('app_static_roadmap') }}">Roadmap</a> -#}
{# <a href="{{ path('app_static_pricing') }}">Pricing</a> -#}
<a href="{{ path('app_static_tos') }}">Terms of service</a>
<br>

3
templates/layout.html.twig

@ -17,6 +17,9 @@ @@ -17,6 +17,9 @@
<li>
<a href="{{ path('app_search_index') }}">{{ 'heading.search'|trans }}</a>
</li>
<li>
<a href="{{ path('home') }}">Overview</a>
</li>
</ul>
<twig:UserMenu />
{% block nav %}{% endblock %}

2
templates/static/about.html.twig

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<section class="mb-5">
<p>To support us and get early access to the future of publishing, visit our crowdfunding page <a href="https://geyser.fund/project/newsroom" target="_blank">Geyser fund - Newsroom</a>.</p>
<br>
<p class="measure">For more info reach out to
<p>For more info reach out to
<twig:Molecules:UserFromNpub ident="{{ project_npub }}" /> or
<twig:Molecules:UserFromNpub ident="{{ dev_npub }}" />.
</p>

Loading…
Cancel
Save