diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-26T19·25-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-26T19·29+0000 |
commit | b97a8790ee4a8f9bd7fce0557fe65517a62f2ef7 (patch) | |
tree | 9b4800e8147ad3cb9b52acea6a820dd67bff1f2a | |
parent | c40d9370236c68fa5d7286ad9f8b47ca6a21085a (diff) |
feat(wpcarro/website): Add bottom padding to footer 📱 r/3441
Breathing room Change-Id: Ic7fe94194689a8a6189538487bb0ea82a4866c50 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4676 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
-rw-r--r-- | users/wpcarro/website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/website/index.html b/users/wpcarro/website/index.html index 587d7830ee8c..7f0f3d9f06d9 100644 --- a/users/wpcarro/website/index.html +++ b/users/wpcarro/website/index.html @@ -77,7 +77,7 @@ </p> </section> - <footer class="md:hidden"> + <footer class="md:hidden pb-6"> <h2 class="text-2xl font-bold pt-4 pb-6">Other Links</h2> <ul> <li class="pb-6"> |