Skip to content

Commit

Permalink
Improved responsiveness in the Landing Page
Browse files Browse the repository at this point in the history
Added responsiveness to the "Ready to Launch?" section.
  • Loading branch information
kevtorres23 committed Jun 2, 2024
1 parent e3c04e0 commit 5b9af49
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions views/styles/homepage_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 354,7 @@ main h3{
display: flex;
padding-top: 150px;
justify-content: center;
vertical-align: center;
align-items: center;
padding-bottom: 100px;
}

Expand Down Expand Up @@ -706,7 706,6 @@ footer .group .box figure{

main{
height: 50vw;
width: 100%;
}

.account-buttons{
Expand All @@ -719,15 718,16 @@ footer .group .box figure{
}

.main-text{
width: 60%;
width: 70%;
margin-top: -3vw !important;
}

main h1{
font-size: 7vw;
font-size: 8vw;
}

main h3{
font-size: 1.5vw;
font-size: 2vw;
}

header .container > *:not(.buttons, .logo) {
Expand All @@ -754,4 754,27 @@ footer .group .box figure{
margin-left: 40px;
}

.get-started, .demo{
padding: 1.7vw 3vw;
font-size: 1.7vw;
}

.ready-to-launch img{
width: 37vw;
height: 34vw;
}

.ready-to-launch h1{
font-size: 5vw;
}

.ready-to-launch h3{
font-size: 1.8vw;
}

.ready-to-launch .guide{
font-size: 1.3vw;
padding: 1.5vw 2vw;
align-items: center;
}
}

0 comments on commit 5b9af49

Please sign in to comment.