summaryrefslogtreecommitdiff
path: root/src/components/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/widgets')
-rw-r--r--src/components/widgets/ContactHeader.astro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/widgets/ContactHeader.astro b/src/components/widgets/ContactHeader.astro
index e3433b1..662df2a 100644
--- a/src/components/widgets/ContactHeader.astro
+++ b/src/components/widgets/ContactHeader.astro
@@ -34,16 +34,16 @@ const { isSticky = false } = Astro.props;
class="bg-black text-white py-2 px-4 relative z-50"
{...isSticky ? { 'data-aw-sticky-header': '' } : {}}
>
- <div class="max-w-7xl mx-auto flex items-center justify-between">
+ <div class="max-w-7xl mx-auto flex items-center ustify-between sm:justify-between justify-center">
<div class="flex items-center space-x-2">
<Icon name="tabler:phone" class="w-4 h-4" />
- <a href="tel:+48790209770" class="text-sm font-medium hover:text-gray-300 transition-colors cursor-pointer">
+ <a href="tel:+48790209770" class="text-xs font-bold hover:text-gray-300 transition-colors cursor-pointer">
+48 790-209-770
</a>
</div>
{
SITE.social && (SITE.social.facebook || SITE.social.instagram) && (
- <div class="flex items-center space-x-3">
+ <div class="hidden sm:flex items-center space-x-3">
{SITE.social.facebook && (
<a
href={SITE.social.facebook}