Difference between revisions of "User:Olian/common.css"
(Chhòng-chō phè-jih kiau ".card { display: flex; flex-direction: column; } .card .content { flex: 1 1 auto; }") |
No edit summary |
||
| Line 1: | Line 1: | ||
. | @media all and (min-width: 720px) { | ||
.mp-articles { | |||
display: flex; | |||
} | |||
} | |||
.mp-article { | |||
display: flex; | display: flex; | ||
} | } | ||
. | .mp-article-content { | ||
flex: 1 | flex: 1; | ||
padding: 0 10px; | |||
} | } | ||
Revision as of 2021 nî 1 goe̍h 7 ji̍t, 16:31
@media all and (min-width: 720px) {
.mp-articles {
display: flex;
}
}
.mp-article {
display: flex;
}
.mp-article-content {
flex: 1;
padding: 0 10px;
}