develop #1

Merged
SabrinaMiranda merged 24 commits from develop into main 2022-12-19 02:38:03 +00:00
Showing only changes of commit 6900a420e1 - Show all commits

View File

@ -7,6 +7,10 @@
align-items: center;
display: flex;
padding: 16px 0;
@include mq(xg, min) {
padding: 30px 0;
}
}
.container {
@ -27,6 +31,11 @@
max-width: 40%;
margin-right: auto;
@include mq(xg, min) {
font-size: 20px;
line-height: 27px;
}
/*@include mq(md, max) {
margin-bottom: 24px;
max-width: 100%;
@ -52,6 +61,10 @@
&__img {
width: auto;
height: 20px;
@include mq(xg, min) {
height: 39px;
}
}
}
@ -68,6 +81,10 @@
&__img {
width: auto;
height: 33px;
@include mq(xg, min) {
height: 64px;
}
}
}
}
@ -94,6 +111,11 @@
line-height: 12px;
text-decoration: none;
@include mq(xg, min) {
font-size: 18px;
line-height: 25px;
}
span {
margin-right: 10px;
}
@ -103,14 +125,21 @@
&__img {
width: 44px;
height: auto;
@include mq(xg, min) {
width: 87px;
}
}
}
.m3-logo {
&__img {
width: 12.3809%;
width: 26px;
height: auto;
@include mq(xg, min) {
width: 55px;
}
}
}
}