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; }")
 
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:
.card {
@media all and (min-width: 720px) {
    .mp-articles {
        display: flex;
    }
}
 
.mp-article {
     display: flex;
     display: flex;
    flex-direction: column;
}
}


.card .content {
.mp-article-content {
     flex: 1 1 auto;
     flex: 1;
    padding: 0 10px;
}
}

Latest revision as of 2025 nî 11 goe̍h 9 ji̍t, 13:53

@media all and (min-width: 720px) {
    .mp-articles {
        display: flex;
    }
}

.mp-article {
    display: flex;
}

.mp-article-content {
    flex: 1;
    padding: 0 10px;
}