Make it bigger

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-25 19:17:15 -05:00
parent 81b2afec1c
commit bcfab68097
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "chat",
"version": "0.1.9",
"version": "0.1.10",
"main": "./src/index.tsx",
"license": "MIT",
"dependencies": {

View File

@ -28,8 +28,8 @@ body {
overflow: hidden;
display: flex;
flex-direction: column;
margin: 0 auto;
max-width: 1000px;
justify-content: center;
margin: 0 2rem;
}
.App-heading {
@ -99,6 +99,10 @@ body {
/* On mobile, hide the sidebar and make the input full-width. */
@media screen and (max-width: 1100px) {
.App-wrapper {
margin: 0 auto;
}
.App-heading {
padding: 0 1rem;
}