feat(Style): Apply responsive design

BREAKING CHANGE:
This commit is contained in:
Alexander Navarro 2024-03-13 11:37:54 -03:00
parent a950d4b2fa
commit d52de9bc59
3 changed files with 78 additions and 18 deletions

View file

@ -106,7 +106,7 @@ const portafolio = await getCollection('portafolio', ({ data }) =>
<section class:list={[{ 'd-none': import.meta.env.PROD }]}>
<h2 class="mb-4">What I've been up to...</h2>
<div class="hstack flex-eq">
<div class="hstack flex-eq flex-wrap flex-md-nowrap">
<div class="vstack justify-content-center">
<h4 class="text-center">Blog</h4>
<ol class="list-unstyle mt-0 fs-5">
@ -144,7 +144,7 @@ const portafolio = await getCollection('portafolio', ({ data }) =>
</div>
</div>
<div class="mt-5 hstack-reverse flex-eq">
<div class="hstack-reverse flex-eq flex-wrap flex-md-nowrap">
<div class="vstack justify-content-center">
<h4 class="text-center">Games</h4>
<ol class="list-unstyle mt-0 fs-5">