Flag icon more central and made 'uses' link wrap

This commit is contained in:
Paul Cass 2020-01-09 22:43:09 +00:00 committed by GitHub
parent b3445e4628
commit f30ab122ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,6 +122,7 @@ const PersonInner = styled.div`
color: var(--vape);
letter-spacing: 1px;
font-size: 1.2rem;
word-break: break-word;
:hover {
color: var(--pink);
}
@ -150,6 +151,7 @@ const PersonDeets = styled.div`
}
.country {
font-size: 3rem;
padding-top: 2rem;
}
.phone {
padding: 0;