okiee fixed the styling~

This commit is contained in:
Tabby 2025-04-05 20:02:54 +11:00
parent b43ce422dc
commit d3686e5029
13 changed files with 68 additions and 26 deletions

View file

@ -1,7 +1,9 @@
<template>
<a class="big-button" :href="props.href">
<h2>{{props.text}}</h2>
</a>
<div class="button-box">
<a class="big-button" :href="props.href">
<h2>{{props.text}}</h2>
</a>
</div>
</template>
<script lang="ts" setup>
@ -17,6 +19,15 @@
color: black;
width: 80%;
text-decoration: none;
display: block;
margin-left: auto;
margin-right: auto;
/* justify-self: center; */
}
.button-box{
width: 100%;
}

View file

@ -37,6 +37,7 @@ const props = defineProps({
h2{
margin: 0;
text-align: center;
}
.blog-header{

View file

@ -14,7 +14,7 @@ const props = defineProps({
</template>
<style>
<style scoped>
.button {
background-color: #3f0064;
border: none;

View file

@ -18,7 +18,7 @@ const props = defineProps({
</template>
<style>
<style scoped>
.image-container{
position: relative;
text-align: center;

View file

@ -4,7 +4,7 @@
</div>
</template>
<style>
<style scoped>
.socials {
display: flex;
flex-wrap: wrap;

View file

@ -22,7 +22,7 @@ const props = defineProps({
</template>
<style>
<style scoped>
.text-container{
position: relative;
text-align: center;