diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-20 06:08:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-20 06:08:54 +0900 |
| commit | b8e155ab40eb89cec942fc2cd59552d007ba5368 (patch) | |
| tree | 21aa4d172b944e1890600634f30c2d177086141d | |
| parent | Improve sound (diff) | |
| download | sharkey-b8e155ab40eb89cec942fc2cd59552d007ba5368.tar.gz sharkey-b8e155ab40eb89cec942fc2cd59552d007ba5368.tar.bz2 sharkey-b8e155ab40eb89cec942fc2cd59552d007ba5368.zip | |
:art:
| -rw-r--r-- | src/client/pages/index.home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/index.home.vue b/src/client/pages/index.home.vue index 14a385d1a8..1497e8dbd7 100644 --- a/src/client/pages/index.home.vue +++ b/src/client/pages/index.home.vue @@ -196,7 +196,7 @@ export default Vue.extend({ > button { display: block; margin: 0 auto; - padding: 8px 12px; + padding: 8px 16px; border-radius: 32px; } } |