diff --git a/components/WebsiteDetails.module.css b/components/WebsiteDetails.module.css index 4f117ba1..ca80dca0 100644 --- a/components/WebsiteDetails.module.css +++ b/components/WebsiteDetails.module.css @@ -12,6 +12,7 @@ .content { min-height: 600px; + padding: 20px 0; } .backButton { @@ -30,7 +31,7 @@ .row > [class*='col-'] { border-left: 1px solid var(--gray300); - padding: 0 20px; + padding: 20px; } .row > [class*='col-']:first-child { diff --git a/components/common/Button.module.css b/components/common/Button.module.css index 6db91886..324bbb22 100644 --- a/components/common/Button.module.css +++ b/components/common/Button.module.css @@ -19,7 +19,7 @@ } .button:active { - color: var(--gray700); + color: var(--gray900); } .large { diff --git a/components/common/Calendar.module.css b/components/common/Calendar.module.css index eb07431b..9751cf25 100644 --- a/components/common/Calendar.module.css +++ b/components/common/Calendar.module.css @@ -17,7 +17,7 @@ text-align: center; vertical-align: center; height: 40px; - min-width: 40px; + width: 40px; border-radius: 5px; border: 1px solid transparent; } @@ -103,3 +103,9 @@ .icon { margin-left: 10px; } + +@media only screen and (max-width: 992px) { + .calendar table { + max-width: calc(100vw - 30px); + } +} diff --git a/components/common/MenuButton.js b/components/common/MenuButton.js index 4798ab1d..62306570 100644 --- a/components/common/MenuButton.js +++ b/components/common/MenuButton.js @@ -37,7 +37,7 @@ export default function MenuButton({