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", "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.", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

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