Compare commits

...

2 Commits

Author SHA1 Message Date
Aadil Ayub 7e11adbd5b improve blog list styling
continuous-integration/drone/push Build is passing Details
2021-07-07 04:00:37 +05:00
Aadil Ayub 3df67c9be9 edite sample posts 2021-07-07 04:00:25 +05:00
3 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,7 @@ We were inspired by the ["This Week in Matrix"](https://matrix.org/blog/category
### CoS funding
We've received substantial funding which will allow us to focus on releasing a stable beta release of Co-op Cloud :tada: :fireworks: :sparkles: Read more in [the announcement post](#LINK-TO-ABOVE-ARTICLE). We're Very Excited.
We've received substantial funding which will allow us to focus on releasing a stable beta release of Co-op Cloud 🎉 🎆 ✨ Read more in [the announcement post](#LINK-TO-ABOVE-ARTICLE). We're Very Excited.
### Github mirroring

View File

@ -5,4 +5,4 @@ draft: true
image: "/img/solarpunk.jpg"
---
We were inspired by the “This Week in Matrix” style logging so we decided weve git it a shot ourselves. Well try to write up something each week to keep folks updated on what is going on with the project. Here we gooooooo… CoS funding Weve received substantial funding which will allow us to focus on releasing a stable beta release of Co-op Cloud :tada: :fireworks: :sparkles: Read more in the announcement post.
We were inspired by the “This Week in Matrix” style logging so we decided weve git it a shot ourselves. Well try to write up something each week to keep folks updated on what is going on with the project. Here we gooooooo…

View File

@ -188,14 +188,18 @@ footer .separator {
.blog-archive {
padding: 3rem 3rem;
@media (max-width: 400px) { padding: 3rem 1rem; }
h3 {
padding-bottom: 1em;
text-transform: uppercase;
a:hover { text-decoration: underline; }
}
}
.blog-listing {
display: grid;
grid-template-columns: 1fr 2fr;
@media (max-width: 768px) { grid-template-columns: 1fr;
}
gap: 2rem;
}