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%;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ const props = defineProps({
|
|||
|
||||
h2{
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.blog-header{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ const props = defineProps({
|
|||
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.button {
|
||||
background-color: #3f0064;
|
||||
border: none;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ const props = defineProps({
|
|||
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.image-container{
|
||||
position: relative;
|
||||
text-align: center;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.socials {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ const props = defineProps({
|
|||
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.text-container{
|
||||
position: relative;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue