fix(footer-top): Concerta bug de footer mobile sobrepondo desktop #9

Merged
ManuelaLuanaSchumackerTavares merged 1 commits from hotfix/footer-top-responsive into develop 2023-01-14 18:38:01 +00:00
Showing only changes of commit 3ed4b5687c - Show all commits

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;