Improve layout styles to fit in window

stable
Xavier Julián 2014-11-27 15:34:26 +01:00 committed by Jesús Espino
parent a13501cc58
commit 66d00ba9f3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
padding: .5rem; padding: .5rem;
} }
.username { .username {
@include flex(5); @include flex(3);
min-width: 300px; min-width: 300px;
} }
.member-stats { .member-stats {