add max-width to single pages and posts

This commit is contained in:
2022-06-10 22:42:03 +05:00
parent 61cd957de3
commit 2ec5e7aa48
3 changed files with 6 additions and 8 deletions

View File

@ -71,6 +71,10 @@ body {
margin-bottom: 0;
}
.container .single {
max-width: 65ch;
}
.card {
border: 2px solid var(--border-color);
background-color: #fff09d;