okiee fixed the styling~
This commit is contained in:
parent
b43ce422dc
commit
d3686e5029
13 changed files with 68 additions and 26 deletions
|
|
@ -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%;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue