Add navigation to vue, improve responsiveness of the design

This commit is contained in:
Dane Everitt 2018-06-02 23:15:10 -07:00
parent be5a9108f9
commit ee9a34716d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
9 changed files with 104 additions and 67 deletions

View file

@ -25,5 +25,11 @@
* Assorted Other CSS
*/
body {
@apply .font-sans;
@apply .font-sans;
}
.container {
@screen xsx {
@apply .px-2;
}
}