1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
2// See the LICENCE file in the repository root for full licence text.
3
4.github-user {
5 display: flex;
6 align-items: center;
7 justify-content: space-between;
8
9 &__name {
10 font-size: @font-size--title-small-3;
11 }
12}