feat: Adiciona website mobile

This commit is contained in:
Cainã Milech 2023-01-10 11:45:53 -03:00
parent a18c9770f7
commit cc5a43d32e
2 changed files with 8 additions and 8 deletions

View File

@ -36,6 +36,10 @@
align-items: center;
gap: 12px;
@media screen and (min-width: 1025px) and (max-width: 1070px) {
gap: 6px;
}
@media screen and (max-width: 599px) {
gap: 11px;
}
@ -50,6 +54,10 @@
align-items: center;
gap: 12px;
@media screen and (min-width: 1025px) and (max-width: 1070px) {
gap: 6px;
}
@media screen and (max-width: 599px) {
gap: 11px;
}

View File

@ -4,10 +4,6 @@
gap: 10px;
margin-bottom: 12px;
@media screen and (max-width: 1024px) {
margin-bottom: 0;
}
figure {
display: contents;
@ -25,10 +21,6 @@
}
&__website {
@media screen and (max-width: 1024px) {
display: none;
}
a {
font-weight: 400;
font-size: 14px;