Skip to content

Commit

Permalink
Fly talks page mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
rokoperki committed Feb 4, 2025
1 parent d884ec6 commit 2909042
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
Binary file modified apps/app/src/assets/images/fly-talks-duck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 44 additions & 2 deletions apps/app/src/pages/FlyTalksPage/FlyTalksPage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,48 @@
position: absolute;
top: 0;
right: 0;
}
}
}

@media screen and (min-width: 768px){
.header{
height: 500px;
p{
text-align: center;
font-size: 20px;
margin: 48px 0 0 24px;
}
}
.duckImage{
height: 400px;
left: 45%;
top: 50px;
}

.main{
.mainContent{
max-width: 450px;

.mainHeader{
justify-content: center;

p{
font-size: 30px;
text-align: center;
}

img{
display: none;
}
}
.copyParagraph{
margin-top: 25px;
font-size:16px;
text-align: center;
}
}
}
}
}



0 comments on commit 2909042

Please sign in to comment.