fix(style): name and pronouns not centered on phone
This commit is contained in:
parent
aa1719940b
commit
580e6500a5
2 changed files with 4 additions and 1 deletions
2
main.go
2
main.go
|
@ -63,5 +63,5 @@ func main() {
|
||||||
http.Redirect(w, r, "/", http.StatusTemporaryRedirect)
|
http.Redirect(w, r, "/", http.StatusTemporaryRedirect)
|
||||||
}
|
}
|
||||||
|
|
||||||
g.StartServer(":80")
|
g.StartServer(":8000")
|
||||||
}
|
}
|
||||||
|
|
|
@ -126,6 +126,9 @@ h3 {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
|
@media only screen and (max-width: $bp-little) {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
& p {
|
& p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue