fix: mobile alignment
This commit is contained in:
parent
3d444d2adb
commit
f377e7ed25
2 changed files with 6 additions and 5 deletions
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue