rename category
This commit is contained in:
@ -33,7 +33,7 @@ export default function(eleventyConfig) {
|
||||
case "food and drink":
|
||||
tagline = "good eatin'";
|
||||
break;
|
||||
case "history and science":
|
||||
case "history science and languages":
|
||||
tagline = "book learnin'"
|
||||
break;
|
||||
case "miscellany and more":
|
||||
|
||||
@ -57,7 +57,7 @@ h1, h2, h3 {
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 3rem;
|
||||
margin: 3rem auto 1rem;
|
||||
margin: 3rem auto;
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
@ -67,11 +67,6 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
export default {
|
||||
tags: [
|
||||
"history and science"
|
||||
]
|
||||
};
|
||||
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
tags: [
|
||||
"history science and languages"
|
||||
]
|
||||
};
|
||||
@ -3,8 +3,6 @@ title: FediLearns Classifieds
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
<h2>Soon to become FediLearns!</h2>
|
||||
|
||||
<div id="jump-links">
|
||||
<h2>jump to...</h2>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user