diff options
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index 1016a3f..4742bfe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,12 +44,17 @@ body { 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; display: flex; flex-direction: column; |