summaryrefslogtreecommitdiff
path: root/src/scss/profile.scss
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-20 11:23:32 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-20 11:23:32 -0500
commitedb6022ebef9dcc07e74c3697229cab8d49c4c84 (patch)
tree02378933fad7247928a95de05664cce47db14037 /src/scss/profile.scss
parentrework styles with scss (diff)
downloadxssbook2-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.scss5
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;
}