diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-20 11:23:32 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-20 11:23:32 -0500 |
commit | edb6022ebef9dcc07e74c3697229cab8d49c4c84 (patch) | |
tree | 02378933fad7247928a95de05664cce47db14037 /src/scss/profile.scss | |
parent | rework styles with scss (diff) | |
download | xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.gz xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.bz2 xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.zip |
finish scss conversion
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; } |