mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
Fix mobile post list
This commit is contained in:
parent
cc05b550c8
commit
7631c1ac4b
1 changed files with 3 additions and 3 deletions
|
@ -980,10 +980,10 @@ mark {
|
|||
|
||||
@media #{$media-size-phone} {
|
||||
font-size: 1rem;
|
||||
padding: 0;
|
||||
width: fit-content;
|
||||
padding: 0 !important;
|
||||
margin-inline: 1.5em;
|
||||
width: 100%;
|
||||
max-width: calc(100% - 2em);
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
li > svg {
|
||||
|
|
Loading…
Reference in a new issue