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