diff --git a/src/assets/styles/pages/blogroll.css b/src/assets/styles/pages/blogroll.css deleted file mode 100644 index dce70f81..00000000 --- a/src/assets/styles/pages/blogroll.css +++ /dev/null @@ -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; -} \ No newline at end of file diff --git a/src/pages/blogroll.html b/src/pages/blogroll.html index bf5821f2..e75e1279 100644 --- a/src/pages/blogroll.html +++ b/src/pages/blogroll.html @@ -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 %} -
You can download an OPML file containing all of these feeds and import them into your RSS reader.