Commit 2b4be758 authored by Chunchi Che's avatar Chunchi Che

update css

parent 792bd1f9
...@@ -5,7 +5,7 @@ body { ...@@ -5,7 +5,7 @@ body {
.login_div { .login_div {
margin: auto; margin: auto;
padding: 0%; padding: 10%;
} }
.login_p { .login_p {
......
...@@ -7,4 +7,6 @@ ...@@ -7,4 +7,6 @@
.item { .item {
text-align: center; text-align: center;
flex: 1; flex: 1;
margin: auto;
padding: 10%;
} }
...@@ -7,10 +7,14 @@ ...@@ -7,10 +7,14 @@
.playerRegion { .playerRegion {
text-align: center; text-align: center;
flex: 1; flex: 1;
margin: auto;
padding: 10%;
} }
.roomRegion { .roomRegion {
flex: 1; flex: 1;
margin: auto;
padding: 10%;
} }
.roomRegion > p { .roomRegion > p {
text-align: start; text-align: start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment