Skip to content

Instantly share code, notes, and snippets.

@jaysoo
Created March 20, 2019 18:16
Show Gist options
  • Save jaysoo/f5771fcddfbe15a1968ae21e2c7eab7a to your computer and use it in GitHub Desktop.
Save jaysoo/f5771fcddfbe15a1968ae21e2c7eab7a to your computer and use it in GitHub Desktop.
// apps/my-app/src/app/app.scss
.app {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
display: flex;
h1 {
font-weight: 100;
margin: 0;
}
}
.app-nav {
width: 20vw;
margin-right: 20px;
}
.app-content {
flex: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment