diff --git a/app/assets/stylesheets/components/Modal.scss b/app/assets/stylesheets/components/Modal.scss index 4ec61e1..1b4a74a 100644 --- a/app/assets/stylesheets/components/Modal.scss +++ b/app/assets/stylesheets/components/Modal.scss @@ -89,7 +89,6 @@ margin: 5px; padding-top: 2px; } - } &-confirmation { @@ -97,9 +96,12 @@ float: right; margin-top: 15px; padding: 0 15px; + @include mobile { border-top: 1px solid $border-color; border-left: 0; + text-align: center; + } } diff --git a/app/views/components/index.html.erb b/app/views/components/index.html.erb index cc7e884..6605d9c 100644 --- a/app/views/components/index.html.erb +++ b/app/views/components/index.html.erb @@ -34,8 +34,8 @@