rename category

This commit is contained in:
2026-05-05 17:11:39 -07:00
parent 159aac612a
commit e3f062d335
9 changed files with 7 additions and 14 deletions

View File

@ -33,7 +33,7 @@ export default function(eleventyConfig) {
case "food and drink": case "food and drink":
tagline = "good eatin'"; tagline = "good eatin'";
break; break;
case "history and science": case "history science and languages":
tagline = "book learnin'" tagline = "book learnin'"
break; break;
case "miscellany and more": case "miscellany and more":

View File

@ -57,7 +57,7 @@ h1, h2, h3 {
h1 { h1 {
text-align: center; text-align: center;
font-size: 3rem; font-size: 3rem;
margin: 3rem auto 1rem; margin: 3rem auto;
} }
@media (max-width: 650px) { @media (max-width: 650px) {
@ -67,11 +67,6 @@ h1 {
} }
} }
h2 {
text-align: center;
margin-bottom: 4rem;
}
h3 { h3 {
text-transform: capitalize; text-transform: capitalize;
margin-bottom: .5rem; margin-bottom: .5rem;

View File

@ -1,5 +0,0 @@
export default {
tags: [
"history and science"
]
};

View File

@ -0,0 +1,5 @@
export default {
tags: [
"history science and languages"
]
};

View File

@ -3,8 +3,6 @@ title: FediLearns Classifieds
--- ---
{% css %}{% include "css/listings.css" %}{% endcss %} {% css %}{% include "css/listings.css" %}{% endcss %}
<h2>Soon to become FediLearns!</h2>
<div id="jump-links"> <div id="jump-links">
<h2>jump to...</h2> <h2>jump to...</h2>
<ul> <ul>