feat: many changes
This commit is contained in:
@@ -45,13 +45,13 @@
|
||||
<div class="flex space-x-4">
|
||||
<!-- Social buttons -->
|
||||
|
||||
<a href="#" aria-label="LinkedIn" class="text-2xl bg-white text-primary p-3 rounded-full inline-flex items-center justify-center">
|
||||
<a href="#" aria-label="LinkedIn" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center">
|
||||
<i class="ci ci-linkedin"></i>
|
||||
</a>
|
||||
<a href="#" aria-label="Instagram" class="text-2xl bg-white text-primary p-3 rounded-full inline-flex items-center justify-center">
|
||||
<a href="#" aria-label="Instagram" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center">
|
||||
<i class="ci ci-instagram"></i>
|
||||
</a>
|
||||
<a href="#" aria-label="Facebook" class="text-2xl bg-white text-primary p-3 rounded-full inline-flex items-center justify-center">
|
||||
<a href="#" aria-label="Facebook" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center">
|
||||
<i class="ci ci-facebook"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user