Make container width narrower

This commit is contained in:
Dave Gallant
2021-10-11 11:00:22 -04:00
parent 658bbf81bd
commit 927d89fd30
3 changed files with 10 additions and 7 deletions

View File

@@ -9,11 +9,15 @@
}
.container{
max-width: 1200px;
max-width: 900px;
}
.site {
max-width: 2000px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
.twitter-tweet-rendered {
display:block;
margin-left:auto;
margin-right:auto;
}