Skip to content

Commit

Permalink
home: bring back 'learn more' button for mobile (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
erciccione authored Nov 23, 2023
1 parent 94a466c commit 9fc92a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -819,11 +819,15 @@ a.btn-primary, a.btn-secondary {
}

#intro .intro-info a.btn-secondary {
margin-left: 0;
margin-bottom: 3rem;
margin-left: auto;
margin-right: auto;
}

#intro .intro-info a.btn-secondary, #intro .intro-info a.btn-primary {
margin-top: 1.5rem;
margin-left: auto;
margin-right: auto;
}

}
Expand Down Expand Up @@ -852,12 +856,8 @@ a.btn-primary, a.btn-secondary {
padding: 0;
}

#intro a.btn-secondary {
display: none;
}

#intro a.btn-primary {
margin-bottom: 3rem;
margin-bottom: 1rem;
margin-left: auto;
margin-right: auto;
}
Expand Down

0 comments on commit 9fc92a3

Please sign in to comment.