Skip to content

Commit

Permalink
mejorar vista
Browse files Browse the repository at this point in the history
  • Loading branch information
daap213 authored Jul 23, 2024
1 parent 49b9956 commit 956edef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/en/cv.astro
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const { currentLocale } = Astro;
))
}
</section>
<section id="educacion border-b-4 border-double border-gray-400">
<section id="educacion" class="border-b-4 border-double border-gray-400">
<h2 class="text-lg font-extrabold">Education</h2>
{
en.gradosCompletados.map((grado) => (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/es/cv.astro
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const { currentLocale } = Astro;
}
</section>

<section id="educacion border-b-4 border-double border-gray-400">
<section id="educacion" class="border-b-4 border-double border-gray-400">
<h2 class="text-lg font-extrabold">Educación</h2>
{
es.gradosCompletados.map((grado) => (
Expand Down

0 comments on commit 956edef

Please sign in to comment.