diff --git a/src/components/connectWindow/popup/popup.css b/src/components/connectWindow/popup/popup.css index dce320f..3ef5b65 100644 --- a/src/components/connectWindow/popup/popup.css +++ b/src/components/connectWindow/popup/popup.css @@ -91,21 +91,23 @@ @media screen and (min-width: 2000px) { .popup-container { width: 25%; - padding: 2.5%; - gap: 50px; + padding: 2.5% !important; + gap: 3vw; } .popup-logo { width: 267px; + width: 70%; height: 78px; + height: 70%; } .popup-title-button-container { - gap: 1vw; + gap: 1.3vw; } .popup-title-button { - gap: 1.2vw; + gap: 1.4vw; } .popup-title-button-title { diff --git a/src/components/mainPart/pinkButton.css b/src/components/mainPart/pinkButton.css index 0630ff3..213547e 100644 --- a/src/components/mainPart/pinkButton.css +++ b/src/components/mainPart/pinkButton.css @@ -48,6 +48,7 @@ width: 50%; height: 3.5vw; font-size: 1vw; + border-radius: .8vw; } } @@ -66,6 +67,6 @@ .main-part-text-button { width: 100%; - height: 48px; + height: 48px; } } \ No newline at end of file