pagination width

This commit is contained in:
Satya Benson 2024-03-04 18:08:43 -05:00
parent 224af4def2
commit d1cfd38dcf
1 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
@import "variables";
// .posts {
// margin: 0 auto;
// }
.posts {
margin: 0 auto;
max-width: 690px;
}
.post {
width: 100%;
@ -55,7 +56,7 @@
width: 100%;
border-bottom: var(--border);
}
a {
text-decoration: none;
}