fix responsive design

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-09 22:09:22 +06:00
parent 4f04061888
commit 18c4ad656d
2 changed files with 8 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
<template> <template>
<div class="flex w-full justify-center text-xs md:text-base"> <div class="flex w-full justify-center text-xs md:text-base">
<div class="text-black content-center flex gap-7"> <div class="md:flex text-black content-center gap-7">
<div class="flex items-center"> <div class="flex items-center">
<LogoDate /> <LogoDate />
<slot name="date"></slot> <slot name="date"></slot>
</div> </div>
<div class="flex items-center gap-2 flex-wrap punder"> <div class="flex items-center gap-2 flex-wrap underline">
<LogoTag /> <LogoTag />
<slot name="tag1"></slot> <slot name="tag1"></slot>
<slot name="tag2"></slot> <slot name="tag2"></slot>
@@ -17,9 +17,3 @@
</div> </div>
</div> </div>
</template> </template>
<style scoped>
.punder {
text-decoration-line: underline;
}
</style>

View File

@@ -22,6 +22,12 @@ Javascript
#tag2 #tag2
Typescipt Typescipt
#tag3
Typescipt
#tag4
Typescipt
Node Node
:: ::