diff --git a/app/javascript/styles/qoto-no-ticker.scss b/app/javascript/styles/qoto-no-ticker.scss index 686ad3a008566ade34b563929f9dd7d2fa8ea409..3a5caffa6cc365f26a00065f74e722537e2f0408 100644 --- a/app/javascript/styles/qoto-no-ticker.scss +++ b/app/javascript/styles/qoto-no-ticker.scss @@ -65,3 +65,11 @@ .account__header__content { text-align: center; } + +.column { + width: 360px; +} + +.drawer { + width: 360px; +} diff --git a/app/javascript/styles/qoto.scss b/app/javascript/styles/qoto.scss index 69f1383e6acd429b17990afae88de2fa6bd1dd4c..32aa991a3852f6c0d912ab14a2d7cf7b15945194 100644 --- a/app/javascript/styles/qoto.scss +++ b/app/javascript/styles/qoto.scss @@ -66,3 +66,11 @@ .account__header__content { text-align: center; } + +.column { + width: 360px; +} + +.drawer { + width: 360px; +}