Skip to content

Commit

Permalink
Improve title spacing on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
renancarvalho committed Sep 13, 2024
1 parent 3995678 commit f1ee7e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions client/components/domains/domain-suggestion/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,8 @@
flex-wrap: nowrap;
align-items: flex-start;

@include break-mobile {
flex-direction: row;
}

&.domain-registration-suggestion__title-domain {
@include breakpoint-deprecated( ">480px" ) {
max-width: 55%;
min-width: 50%;
margin-right: 1em;
}
Expand Down Expand Up @@ -433,7 +428,7 @@ body.is-section-signup.is-white-signup {

& .domain-registration-suggestion__domain-title {
color: var(--studio-gray-90);
white-space: nowrap;
white-space: normal;
}

&:not(.featured-domain-suggestion) {
Expand Down

0 comments on commit f1ee7e2

Please sign in to comment.