diff --git a/components/MyPages/Blocks/Stays/ShowMoreButton/button.module.css b/components/MyPages/Blocks/Stays/ShowMoreButton/button.module.css index 81c35a9ed..f55557f33 100644 --- a/components/MyPages/Blocks/Stays/ShowMoreButton/button.module.css +++ b/components/MyPages/Blocks/Stays/ShowMoreButton/button.module.css @@ -2,9 +2,3 @@ display: flex; justify-content: center; } - -.button { - display: flex; - align-items: center; - gap: var(--Spacing-x-half); -}