Merge pull request 'fix(footer-top): Concerta bug de footer mobile sobrepondo desktop' (#9) from hotfix/footer-top-responsive into develop

Reviewed-on: #9
This commit is contained in:
Manuela Luana Schumacker Tavares 2023-01-14 18:38:00 +00:00
commit b9c491ba4f

View File

@ -31,6 +31,10 @@
z-index: 5;
width: 100%;
@media screen and (min-width: 1025px) {
display: none;
}
.footer-button {
outline: 0;
border: 0;
@ -127,10 +131,13 @@
display: flex;
flex-direction: column;
gap: 12px;
position: absolute;
bottom: 20px;
z-index: 1;
@media screen and (max-width: 1024px) {
position: absolute;
bottom: 20px;
}
.footer-social-media-wrapper {
display: flex;
gap: 10px;