aboutsummaryrefslogtreecommitdiff
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
parentaa1719940bd8b431c45e365d4734819bf9fbe2a7 (diff)
fix(style): name and pronouns not centered on phone
-rw-r--r--main.go2
-rw-r--r--scss/main.scss3
2 files changed, 4 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7c2b48a..fc6d2e4 100644
--- a/main.go
+++ b/main.go
@@ -63,5 +63,5 @@ func main() {
http.Redirect(w, r, "/", http.StatusTemporaryRedirect)
}
- g.StartServer(":80")
+ g.StartServer(":8000")
}
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;
}