How to make Hero's buttons bigger? #3936
-
Is there a quick way to make the buttons bigger? or do I have to create a custom Home Page to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Jun 4, 2024
Replies: 1 comment 1 reply
-
add css: https://vitepress.dev/guide/extending-default-theme#customizing-css .VPHero .VPButton {
padding: 20px 50px !important;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
linusang-spark
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add css: https://vitepress.dev/guide/extending-default-theme#customizing-css