feature/challenge #1

Merged
BernardoWaldhelm merged 38 commits from feature/challenge into main 2023-01-15 15:25:18 +00:00
3 changed files with 7 additions and 1 deletions
Showing only changes of commit 8cfdea00b6 - Show all commits

View File

@ -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;
}
}

View File

@ -22,6 +22,7 @@
margin-bottom: 80px;
@media #{$mq-desktop}, #{$mq-tablet}, #{$mq-mobile} {
margin-bottom: 40px;
font-size: 24px;
line-height: 28px;
}

View File

@ -1,2 +1,5 @@
.home {
@media (min-width: 3000px) {
height: 100vh;
}
}