Browse Source

Fix spacing

writing-page-updates
Anxhelo Lushka 6 years ago
parent
commit
d1e747c5ae
No known key found for this signature in database GPG Key ID: 86086158C83770F8
  1. 2
      _includes/design/assets.html
  2. 2
      _includes/design/grid.html
  3. 4
      _includes/design/typography.html
  4. 2
      _layouts/components.html
  5. 4
      _layouts/home.html
  6. 2
      _site/components/index.html
  7. 4
      _site/index.html

2
_includes/design/assets.html

@ -1,4 +1,4 @@
<div id="assets" class="page-header mb-4">
<div id="assets" class="page-header mb-4 mt-5">
<h2>Identity Assets</h2>
<p class="text-muted">The I2P brand assets are included here. Use them responsibly.</p>
</div>

2
_includes/design/grid.html

@ -1,4 +1,4 @@
<div id="grid" class="page-header mb-4">
<div id="grid" class="page-header mb-4 mt-5">
<h2>Grid</h2>
<p class="text-muted">Our main used grid compositions are outlined here. Use them to generate one column or various columns layouts.</p>
</div>

4
_includes/design/typography.html

@ -1,6 +1,6 @@
<div id="typography" class="page-header mb-4">
<div id="typography" class="page-header mb-4 mt-5">
<h2>Typography</h2>
<p class="text-muted">Our main typography is Source Sans made by Adobe.</p>
<p class="text-muted">Our main fonts are Source Sans Pro and Source Code Pro, made by Adobe.</p>
</div>
<div class="row">
<div class="col-12 typography__headers">

2
_layouts/components.html

@ -14,7 +14,7 @@
</div>
</div>
</div>
<div class="col-lg-9 pt-3 pl-5">
<div class="col-lg-9 pt-0 pl-5">
<!--{{ content }}-->
<div class="component-wrapper my-5" id="">
{% include components/alerts.html %}

4
_layouts/home.html

@ -28,8 +28,8 @@
<div class="row mt-5">
<div class="col-md-6 p-0">
<div class="bg-box p-5 mb-3">
<h6>I2P</h6>
<a class="btn btn-lg btn-link p-0" title="I2P Repo" href="https://lists.reproducible-builds.org/listinfo/rb-general" target="_blank">Mailing List</a></div>
<h6>Forum</h6>
<a class="btn btn-lg btn-link p-0" title="I2P Forum" href="https://i2pforum.net/" target="_blank" rel="noopener">I2P Forum</a></div>
</div>
</div>
</div>

2
_site/components/index.html

@ -123,7 +123,7 @@
</div>
</div>
</div>
<div class="col-lg-9 pt-3 pl-5">
<div class="col-lg-9 pt-0 pl-5">
<!--<p>This is the components page</p>
-->
<div class="component-wrapper my-5" id="">

4
_site/index.html

@ -90,8 +90,8 @@
<div class="row mt-5">
<div class="col-md-6 p-0">
<div class="bg-box p-5 mb-3">
<h6>I2P</h6>
<a class="btn btn-lg btn-link p-0" title="I2P Repo" href="https://lists.reproducible-builds.org/listinfo/rb-general" target="_blank">Mailing List</a></div>
<h6>Forum</h6>
<a class="btn btn-lg btn-link p-0" title="I2P Forum" href="https://i2pforum.net/" target="_blank" rel="noopener">I2P Forum</a></div>
</div>
</div>
</div>

Loading…
Cancel
Save