forked from ruangrupa/lumbung.space
add max-width to single pages and posts
This commit is contained in:
@ -71,6 +71,10 @@ body {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.container .single {
|
||||
max-width: 65ch;
|
||||
}
|
||||
|
||||
.card {
|
||||
border: 2px solid var(--border-color);
|
||||
background-color: #fff09d;
|
||||
|
Reference in New Issue
Block a user