rename category
This commit is contained in:
@ -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":
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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 %}
|
{% 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user