Skip to content

Commit

Permalink
Merge pull request #20 from erasmoh/fix-issue-19
Browse files Browse the repository at this point in the history
[Issue-19]: fix mobile view and horizontal scroll
  • Loading branch information
UlisesGascon authored May 27, 2023
2 parents 4f7b790 + 6a8abe9 commit c72a827
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion landing/src/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ main {
align-items: center;
}

main img {
max-width: 100%;
height: auto;
}

h1 {
font-size: 36px;
line-height: 1.2;
Expand Down Expand Up @@ -65,7 +70,7 @@ button:hover {
footer {
margin-top: 50px;
border-top: 1px solid #000;
padding: 15px;
padding: 15px 0;
text-align: center;
width: 100%;
flex-shrink: 0;
Expand Down

0 comments on commit c72a827

Please sign in to comment.