chore: less styles

This commit is contained in:
Cory Dransfeldt 2024-04-08 13:56:28 -07:00
parent f723b8d773
commit c447cf21e8
2 changed files with 0 additions and 27 deletions
src
assets/styles/pages
pages

View file

@ -1,23 +0,0 @@
table {
max-width: unset;
margin: unset;
overflow-x: unset;
}
table > tbody,
table > tbody th,
table > tbody td {
width: 100%;
}
.blog--roll__icons {
display: flex;
flex-direction: row;
gap: var(--sizing-xs);
}
.blog--roll__icons a {
display: flex;
flex-direction: column;
align-items: center;
}

View file

@ -4,10 +4,6 @@ layout: default
permalink: /blogroll.html
description: 'These are awesome blogs that I enjoy and you may enjoy too.'
---
{% capture css %}
{% render "../assets/styles/pages/blogroll.css" %}
{% endcapture %}
<style>{{ css }}</style>
<h2 class="page__header">{{ title }}</h2>
<p>You can <a onclick="clicky?.log('/blogroll','OPML download', 'download');" href="/blogroll.opml">download an OPML file</a> containing all of these feeds and import them into your RSS reader.</p>
<table>