complete final
parent
217b396f32
commit
db7c6751df
|
@ -97,7 +97,7 @@ to-violet-500">
|
|||
</div>
|
||||
<div class="mx-4">
|
||||
<p class="text-gray-400 text-sm -mb-1">Instagram</p>
|
||||
<a class="text-white -mt-1" href="instagram.com/hesamit97">hesamit97</a>
|
||||
<a class="text-white -mt-1" target="_blank" href="https://Instagram.com/hesamit97">hesamit97</a>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -109,7 +109,7 @@ to-violet-500">
|
|||
</div>
|
||||
<div class="mx-4">
|
||||
<p class="text-gray-400 text-sm -mb-1">Telegram</p>
|
||||
<a class="text-white -mt-1" href="rm.me/hesamit97">hesamit97</a>
|
||||
<a class="text-white -mt-1" target="_blank" href="https://t.me/hesamit97">hesamit97</a>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -121,7 +121,7 @@ to-violet-500">
|
|||
</div>
|
||||
<div class="mx-4">
|
||||
<p class="text-gray-400 text-sm -mb-1">Discord</p>
|
||||
<a class="text-white -mt-1" href="Hesamit97#3149">#3149</a>
|
||||
<a class="text-white -mt-1" target="_blank" href="https://Hesamit97#3149">#3149</a>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
@ -768,19 +768,15 @@ video {
|
|||
width: 3.5rem;
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.w-auto {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.w-fit {
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue