diff options
author | William Carroll <wpcarro@gmail.com> | 2022-07-09T05·02-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-09T05·08+0000 |
commit | 882c5570bf5d218e735ce65ce266b6825ab00e2c (patch) | |
tree | 9692b0029bb06b46aa8246c3639dac372473ecf3 /users/wpcarro/website/blog | |
parent | 9bad6e147564258d6b90d7c00af73c44f7ef7b03 (diff) |
chore(wpcarro/website): Resize things for iPhone 12 Mini r/4281
The overflow-x was a bit embarrassing. I also touched-up other things while I was getting my hands dirty in the CSS. Change-Id: I7bfdbb0ab05c67f35fb11672b3dfc29b6c5a53d1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5927 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/website/blog')
-rw-r--r-- | users/wpcarro/website/blog/fragments/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/wpcarro/website/blog/fragments/post.html b/users/wpcarro/website/blog/fragments/post.html index 44593094ecdf..2741292aa930 100644 --- a/users/wpcarro/website/blog/fragments/post.html +++ b/users/wpcarro/website/blog/fragments/post.html @@ -1,5 +1,5 @@ -<li class="pb-6 md:pb-10"> - <h2 class="text-bold text-xl"> +<li class="pb-6 md:pb-10 text-md md:text-xl"> + <h2 class="text-bold"> <a class="font-bold text-blue-600 hover:underline" href="@postUrl@"> @postTitle@ </a> |