Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoZanotti committed Aug 15, 2024
2 parents 79386dd + 5ecc8cf commit 3df092a
Showing 1 changed file with 43 additions and 44 deletions.
Original file line number Diff line number Diff line change
@@ -1,49 +1,48 @@
@use '../0.settings/mixins' as *;

@use "../0.settings/mixins" as *;

.home-developers {
padding: size(60) size(16);
background-color: var(--mc-home-developers);
&__content {
align-items: center;
display: flex;
flex-direction: column;
margin: 0 auto;
max-width: size(1170);

.dev-icon {
font-size: size(32);
}

&--title {
font-weight: 700;
font-size: size(32);
line-height: size(44);
margin-top: size(4);

@media (max-width: size(800)) {
font-size: size(24);
line-height: size(28);
margin-top: size(11);
}
}
&--description {
margin: size(24) 0;
font-weight: 400;
font-size: size(18);
line-height: size(25);
text-align: center;

@media (max-width: size(800)) {
font-size: size(16);
line-height: size(22);
}
}
padding: size(60) size(16);
background-color: var(--mc-home-developers);
&__content {
align-items: center;
display: flex;
flex-direction: column;
margin: 0 auto;
max-width: size(1170);

.dev-icon {
font-size: size(32);
}

&--title {
font-weight: 700;
font-size: size(32);
line-height: size(44);
margin-top: size(4);

@media (max-width: size(800)) {
font-size: size(24);
line-height: size(28);
margin-top: size(11);
}
}
&--description {
margin: size(24) 0;
font-weight: 400;
font-size: size(18);
line-height: size(25);
text-align: center;

@media (max-width: size(800)) {
font-size: size(16);
line-height: size(22);
}
}

&--link {
.iconify {
font-size: size(18);
}
&--link {
.iconify {
font-size: size(18);
}

.link {
align-items: center;
Expand All @@ -60,4 +59,4 @@
}
}
}
}
}

0 comments on commit 3df092a

Please sign in to comment.