mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Include Carbon Ads
This commit is contained in:
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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"
|
||||
|
@ -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/' %}
|
||||
|
Reference in New Issue
Block a user