Include Carbon Ads

This commit is contained in:
Cole Bemis
2017-07-08 02:52:54 -07:00
parent 2191ca23e5
commit 76d31ecb03
6 changed files with 78 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<footer class="flex flex-column items-center pv6-l pv5">
<ul class="flex flex-column flex-row-l justify-center w-80 mv0 pl0 list">
<ul class="flex flex-column flex-row-l justify-center w-80 mw8 mv0 pl0 list">
{% for link in include.links %}
<li class="mh3-l pv3 pv0-l f5 bb b--black-10 bn-l">
<a class="lh-copy color-inherit no-underline dim" href="{{ link.url }}" target="_blank">{{ link.title }}</a>

View File

@ -1,5 +1,5 @@
<header class="pv3 bb b--black-10">
<div class="w-80 center flex justify-between items-center">
<div class="w-80 mw8 center flex justify-between items-center">
<h1 class="mv0 normal f3 lh-copy black-90">Feather</h1>
<ul class="list mv0 pl0 flex">

View File

@ -1,4 +1,4 @@
<div class="flex flex-column items-center w-80 pv5 pv6-ns center">
<div class="flex flex-column items-center w-80 mw8 pv5 pv6-ns center">
<h2 class="mt0 mb4 f2 fw3 tc lh-title black-90">Simply beautiful open source icons</h2>
<a
class="button white bg-accent dim br2"

View File

@ -1,4 +1,4 @@
<div class="w-80 center">
<div class="w-80 mw8 center">
<ul class="icon-grid mv0 pl0 list">
{% for file in site.static_files %}
{% if file.path contains 'dist/icons/' %}