10
edits
(Chhòng-chō phè-jih kiau ".card { display: flex; flex-direction: column; } .card .content { flex: 1 1 auto; }") |
m (RENAMEr moved page User:Ianpit/common.css to User:Olian/common.css: Automatically moved page while renaming the user "Ianpit" to "Olian") |
||
| (One intermediate revision by one other user not shown) | |||
| 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; | |||
} | } | ||
edits