Tags, rss, sitemap and robots.txt

This commit is contained in:
Hazem Krimi
2023-11-17 18:49:54 +01:00
parent 5ea292e909
commit 4598a12887
11 changed files with 92 additions and 15 deletions
+18
View File
@@ -7,6 +7,24 @@ main h2 {
margin-bottom: 1rem;
}
main #tags {
display: flex;
align-items: center;
column-gap: 1rem;
}
main #tags a {
border-radius: 0.5625rem;
background-color: #5A5A5A;
color: var(--white);
padding: 0.5rem 1rem;
text-decoration: none;
}
main #tags .selected {
background-color: var(--crimson);
}
@media only screen and (max-width: 1024px) {
main h2 {
font-size: 1.75rem;