aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-12 13:24:14 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-12 13:24:14 +0200
commit5cd9997a845f6d5f82d3ae74d3ec12603224517d (patch)
tree24566dfa56e496fb2cd37614ed25ffedc7fb5e4e /src/App.vue
parent889d59499212a449ee460c68c480648e337a7ecb (diff)
downloadit-tools-5cd9997a845f6d5f82d3ae74d3ec12603224517d.tar.gz
it-tools-5cd9997a845f6d5f82d3ae74d3ec12603224517d.tar.zst
it-tools-5cd9997a845f6d5f82d3ae74d3ec12603224517d.zip
feat(tool): git memo
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index c58a0ad..eb22b2e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -40,11 +40,13 @@ body {
margin: 0;
padding: 0;
}
+
html {
height: 100%;
margin: 0;
padding: 0;
}
+
* {
box-sizing: border-box;
}