feat: Adiciona website mobile
This commit is contained in:
parent
a18c9770f7
commit
cc5a43d32e
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user