Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/content margins #478

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading