Browse Source

fix: alignment

restructure
Garrit Franke 4 years ago
parent
commit
899ca6ba40
  1. 2
      components/Profile.js

2
components/Profile.js

@ -23,7 +23,7 @@ export default function Profile(props) {
@media (max-width: 767px) { @media (max-width: 767px) {
.profile { .profile {
margin: 20px; padding: 1.5rem 1.25rem;
} }
} }
`} `}

Loading…
Cancel
Save