diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-21 18:25:12 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-21 18:25:12 +0200 |
commit | 424eaa9e8098cef762b1a2a7565d37944bb25306 (patch) | |
tree | 2ded69401a7c0acb33b648b464d37d3a5dcdb6a5 /layouts | |
parent | d1c6e2eaed90891fc8e187f147af224b352662c8 (diff) | |
download | puszcza-424eaa9e8098cef762b1a2a7565d37944bb25306.tar.gz puszcza-424eaa9e8098cef762b1a2a7565d37944bb25306.zip |
Add storybook
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/default.vue | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index 0e5ca9c..ff95023 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -27,23 +27,7 @@ export default { </script> <style> -@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap'); - -html, -body { - padding: 0; - margin: 0; -} - -* { - box-sizing: border-box; -} - #app { - font-family: 'Roboto Slab', serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - color: #181818; text-align: center; align-items: center; |