Headings responsive

This commit is contained in:
2024-09-22 18:28:21 +03:00
parent 74ec88c9f4
commit d26c83842e
3 changed files with 6 additions and 6 deletions

View File

@@ -50,8 +50,8 @@ const outdoorServices = [
<template>
<section class="py-16 bg-slate-100">
<h2 class="text-4xl font-semibold col-w mx-auto mb-8 px-4 md:px-16 flex items-center gap-8">
<img :src="PureCitySvg" class="h-16">
<h2 class="text-3xl sm:text-4xl font-semibold col-w mx-auto mb-8 px-4 md:px-16 flex items-center gap-8">
<img :src="PureCitySvg" class="h-16" alt="">
Услуги
</h2>
@@ -64,7 +64,7 @@ const outdoorServices = [
></service>
</div>
<div class="col-w mx-auto px-4 md:px-16 mb-16 gap-2 services__grid">
<div class="col-w mx-auto px-4 md:px-16 gap-2 services__grid">
<service
v-for="s in outdoorServices"
:key="s.name"