forked from M3-Academy/desafio-react-e-typescript
fix(footer-top): Concerta bug de footer mobile sobrepondo desktop #9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user