fix: mobile alignment

This commit is contained in:
Cory Dransfeldt 2024-02-03 20:03:03 -08:00
parent 3d444d2adb
commit f377e7ed25
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "5.2.6",
"version": "5.2.7",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -11,10 +11,6 @@
margin-top: 2rem;
}
.webmentions .interaction.comments {
flex-direction: column;
}
.webmentions .interaction {
cursor: pointer;
margin-top: 1rem;
@ -73,6 +69,11 @@
padding: 0;
}
.webmentions .interaction.comments {
flex-direction: column;
margin: 0;
}
.webmentions .interaction > a {
margin-left: -.75rem;
height: 3.5rem;