Skip to content

Commit

Permalink
Update HomeHeroComponent.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCZ23 authored Oct 17, 2024
1 parent b335fa0 commit f19fa19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vitepress/theme/components/HomeHeroComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ const colors = ['transparent', '#1549e6', '#f00'];


<style scoped>
:root{
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(190deg, #f00 0%, #ffe2e2, #e3deff, #00f 100%);}
.hero-container {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -73,7 +69,7 @@ const colors = ['transparent', '#1549e6', '#f00'];
flex-direction: column;
}
@media (max-width: 620px) {
@media (max-width: 960px) { /* 620px */
.hero-container {
align-items: center;
flex-direction: column;
Expand Down

0 comments on commit f19fa19

Please sign in to comment.