aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 12:46:15 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 12:46:15 +0100
commit580e6500a5ebdb5f9970b69c5c3902e4b49c099a (patch)
tree105902a26c1e51382a71d746e25270105d263ba1 /scss
parentaa1719940bd8b431c45e365d4734819bf9fbe2a7 (diff)
fix(style): name and pronouns not centered on phone
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss
index d910672..4e2e904 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -126,6 +126,9 @@ h3 {
align-items: center;
justify-content: center;
gap: 0.5rem;
+ @media only screen and (max-width: $bp-little) {
+ margin-right: 0;
+ }
& p {
margin: 0;
}