chore: less styles
This commit is contained in:
parent
f723b8d773
commit
c447cf21e8
2 changed files with 0 additions and 27 deletions
src
|
@ -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;
|
||||
}
|
|
@ -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>
|
||||
|
|
Reference in a new issue