diff --git a/components/bio/BioHeading.vue b/components/bio/BioHeading.vue index b038976..6dd62a9 100644 --- a/components/bio/BioHeading.vue +++ b/components/bio/BioHeading.vue @@ -19,7 +19,7 @@ - Contact me + Contact me @@ -30,7 +30,7 @@ target="_blank" variant="outline" > - Visit my Github + Visit my Github @@ -91,6 +91,7 @@ @include desktop { margin-top: 20px; + justify-content: center; } } diff --git a/components/home/HomeHeader.vue b/components/home/HomeHeader.vue index dc467e7..9c47a44 100644 --- a/components/home/HomeHeader.vue +++ b/components/home/HomeHeader.vue @@ -24,14 +24,14 @@ - Contact me + Contact me - View Portfolio + View Portfolio @@ -119,7 +119,8 @@ .buttons { margin-top: 40px; - @include desktop { + @include tablet { + justify-content: center; margin-top: 20px; } } diff --git a/components/ui/UiButtonGroup.vue b/components/ui/UiButtonGroup.vue index ccf69c3..0427ca3 100644 --- a/components/ui/UiButtonGroup.vue +++ b/components/ui/UiButtonGroup.vue @@ -7,9 +7,13 @@