diff --git a/front/src/index.scss b/front/src/index.scss index 23bf68f..ae01a25 100644 --- a/front/src/index.scss +++ b/front/src/index.scss @@ -174,7 +174,8 @@ button { cursor: pointer; border-radius: 4px; color: $color-acc2; - width: $wide-width; + width: 100%; + max-width: $wide-width; list-style: none; border-radius: 6px; padding: 5px 0;