aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/apps/web/styles/global.css
blob: 3c73c6c840d49a40ca59b50fd496195d10b81732 (plain) (blame)
1
2
3
4
5
6
7
8
body {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}