diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 01:48:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-10 01:48:20 +0900 |
| commit | 1690df926adb214499b620067e5b82b3ceaa2b0b (patch) | |
| tree | ae6f25fa4750b784f4935a9f717301ebc2c76525 /src/web | |
| parent | :v: (diff) | |
| download | sharkey-1690df926adb214499b620067e5b82b3ceaa2b0b.tar.gz sharkey-1690df926adb214499b620067e5b82b3ceaa2b0b.tar.bz2 sharkey-1690df926adb214499b620067e5b82b3ceaa2b0b.zip | |
:art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/common/views/components/othello.game.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue index 6daa7a810c..31030f614f 100644 --- a/src/web/app/common/views/components/othello.game.vue +++ b/src/web/app/common/views/components/othello.game.vue @@ -177,8 +177,8 @@ export default Vue.extend({ > .board display grid grid-gap 4px - width 300px - height 300px + width 350px + height 350px margin 0 auto > div |