responsive review

This commit is contained in:
María
2025-10-07 13:09:10 +02:00
parent b945bf0673
commit 2784c9c1bf
10 changed files with 76 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="">
<div class="page-busqueda">
<!-- <HeroWithSearch
title="Productos y servicios"
subtitle="Catálogo colectivo de consumo transformador"
@@ -31,7 +31,7 @@
</div>
</div>
</section>
<div class="c-container row">
<div class="c-container">
<div class="col-md-3">
<ProductFilter
:filters="filters"
@@ -399,19 +399,36 @@ export default {
</script>
<style lang="scss" scoped>
.c-container {
contain: content;
.page-busqueda {
display: flex;
flex-direction: column;
align-content: center;
width: 100%;
min-height: 100dvh;
margin-bottom: 2rem;
justify-content: center;
margin: 0 auto;
}
.hero-section {
width: 100%;
@include mobile {
margin-top: 12dvh;
margin-top: 0.75rem;
}
}
.c-container {
display: flex;
flex-direction: row;
gap: 1rem;
width: 100%;
min-height: 100dvh;
margin-bottom: 2rem;
@media (max-width: 768px) {
flex-direction: column;
gap: 0.5rem;
padding: 0;
}
}
.gradient {
position: relative;
display: flex;