Commit 80a585cf authored by jim's avatar jim

optimize avatar style

parent 9445abd7
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
max-width: 448px;
} }
} }
.left { .left {
......
...@@ -2,10 +2,12 @@ ...@@ -2,10 +2,12 @@
.row { .row {
.item { .item {
width: 220px; max-width: 220px;
width: 50%;
} }
.item:first-child { .item:first-child {
margin-right: 8px; margin-right: 8px;
width: calc(50% - 8px);
} }
} }
......
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