diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 11:34:11 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 11:34:11 +0530 |
| commit | c5ce54952959deb531137533a3cee322760cbe9b (patch) | |
| tree | 81ea8c1c62955b80bc205abb46d0e8d4a7865e33 /partials | |
| parent | c6b1442993638dbcc23a12f684f6f743ddb3e776 (diff) | |
site: change font to a more readable one
Diffstat (limited to 'partials')
| -rw-r--r-- | partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partials/footer.html b/partials/footer.html index 6111045..e763b96 100644 --- a/partials/footer.html +++ b/partials/footer.html @@ -1,4 +1,4 @@ -<footer class="w-full pb-4 pt-12 text-lg"> +<footer class="w-full pb-4 pt-12 px-8 text-sm md:text-lg"> <div class="text-center"> <p>The Quieter You Become, The More You Are Able To Hear.</p> </div> |
