forked from M3-Academy/desafio-react-e-typescript
feature/challenge #1
@ -1,12 +1,14 @@
|
||||
@import '../../variaveis';
|
||||
|
||||
.footer {
|
||||
position: relative;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
top: 100%;
|
||||
width: 100%;
|
||||
margin-top: 84px;
|
||||
|
||||
@media #{$mq-desktop}, #{$mq-tablet},#{$mq-mobile} {
|
||||
position: relative;
|
||||
margin-top: 80px;
|
||||
}
|
||||
}
|
||||
|
@ -22,6 +22,7 @@
|
||||
margin-bottom: 80px;
|
||||
|
||||
@media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} {
|
||||
margin-bottom: 40px;
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
@ -1,2 +1,5 @@
|
||||
.home {
|
||||
@media (min-width: 3000px) {
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user