Skip to content

Commit

Permalink
Fix of margins on about and policy - workaround (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer authored Sep 6, 2024
1 parent 1f010e2 commit f53fcd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/static/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1>About</h1>
</div>
</div>
<div class="">
<div class="content">
<div class="content" style="margin-top: 150px">
<h2 id="who">Who</h2>
<p>
The project is born within <a href="http://fablabbcn.org" class="about">Fab Lab Barcelona</a> at the <a href="http://www.iaac.net" class="about">Institute for Advanced Architecture of Catalonia</a>, both focused centers on the impact of new technologies at different scales of human habitat, from the bits to geography.
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/static/policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>Policy</h1>
</div>

<div class="">
<div class="content">
<div class="content" style="margin-top: 150px">
<h2>Content</h2>
<ul id="policy-toc">
<li class="policy-toc" id="header"><a href="#terms-of-use">Terms of use</a></li>
Expand Down

0 comments on commit f53fcd9

Please sign in to comment.