diff --git a/src/feature/main/Home/home.module.scss b/src/feature/main/Home/home.module.scss index 12f1949..094b555 100644 --- a/src/feature/main/Home/home.module.scss +++ b/src/feature/main/Home/home.module.scss @@ -17,7 +17,8 @@ .content { width: 100%; - padding: 15%; + height: 100%; + padding: 0 15%; display: flex; align-items: center; justify-content: space-between; @@ -36,6 +37,7 @@ font-weight: bold; background-clip: text; font-family: 'alegreya'; + text-wrap: nowrap; } } @@ -43,6 +45,7 @@ font-size: 1.5rem; font-family: 'alegreya'; color: #939393; + text-wrap: nowrap; } .contact-link { @@ -121,6 +124,13 @@ } } } + + @media screen and (max-width: 1080px){ + justify-content: center; + .right { + display: none; + } + } } }