Configurando um post único no template post.html

This commit is contained in:
Luiz Otávio
2023-04-27 10:48:27 -03:00
parent 822d56db61
commit 5f1f4e36ae
4 changed files with 34 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ body {
}
@media (min-width: 600px) {
.content {
.content:not(:has(.single-post)) {
grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
}
}