update btns on mobile (#662)

Signed-off-by: Arhell <arhell333@gmail.com>
This commit is contained in:
Ihor Sychevskyi 2022-05-21 05:23:19 +03:00 committed by GitHub
parent e25589abf6
commit 38dd5714a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ function Feature({ imgUrl, title, description, reverse }) {
const Button = ({ children, href }) => {
return (
<div className="col col--2 margin-horiz--sm">
<div className="col col--2 margin--sm">
<Link
className="button button--outline button--primary button--lg"
to={href}>

View File

@ -145,5 +145,6 @@
.heroButtons {
display: flex;
justify-content: center
justify-content: center;
flex-wrap: wrap;
}