Edited max-width parameter for blog post body

This commit is contained in:
Fabio Manganiello 2022-06-04 22:39:25 +02:00
parent a5bf9c97ca
commit a6ef8a6f6c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ a:hover {
@media screen and (min-width: 1024px) {
main .container {
max-width: 768px;
max-width: 35em;
}
}