diff options
Diffstat (limited to 'src/scss/profile.scss')
-rw-r--r-- | src/scss/profile.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/scss/profile.scss b/src/scss/profile.scss index ec271e4..3f1414d 100644 --- a/src/scss/profile.scss +++ b/src/scss/profile.scss @@ -105,11 +105,14 @@ $pfp-size: 12.5em; width: 100%; @include column; align-items: center; + + .tab { + width: 100%; + } } #tab-posts, #tab-about { - width: 100%; max-width: $content-width; } |