Skip to content

Commit

Permalink
feat(Home): update paragraph text alignment for improved readability
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoagz committed Dec 22, 2024
1 parent b5e96f8 commit ce8307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/static/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
<section class="bg-white text-gray-800 p-8">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-3xl font-bold mb-4">Bienvenido a la API pyDolarVenezuela</h2>
<p class="text-lg mb-6">
<p class="text-lg mb-6 text-justify">
La API pyDolarVenezuela proporciona datos actualizados sobre el valor del dólar en Venezuela. Es una herramienta esencial para desarrolladores que necesitan información precisa y actualizada sobre el valor del dólar en Venezuela.
</p>
<div class="flex justify-center space-x-4">
Expand Down

0 comments on commit ce8307a

Please sign in to comment.