add name change warning and tweak some styles to fit
This commit is contained in:
@ -78,6 +78,7 @@
|
||||
}
|
||||
|
||||
.category-title h2 {
|
||||
text-align: left;
|
||||
scroll-margin-top: 4rem;
|
||||
font-family: "Bebas Neue";
|
||||
margin: 0;
|
||||
|
||||
@ -50,14 +50,14 @@ main {
|
||||
}
|
||||
}
|
||||
|
||||
h1, h3 {
|
||||
h1, h2, h3 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 3rem;
|
||||
margin: 3rem auto;
|
||||
margin: 3rem auto 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
@ -68,7 +68,8 @@ h1 {
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 1rem;
|
||||
text-align: center;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
@ -3,6 +3,8 @@ title: Fediverse Skillshare 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