Fix display of openring articles
This commit is contained in:
parent
ec4b471f9e
commit
801a5e881d
@ -190,6 +190,8 @@ div.article {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
flex-basis: 0;
|
||||||
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.article:first-of-type {
|
div.article:first-of-type {
|
||||||
@ -273,6 +275,28 @@ p.openring {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
div.articles {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.article {
|
||||||
|
padding: 16px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.article:first-of-type {
|
||||||
|
padding-top: 0;
|
||||||
|
border-right: none;
|
||||||
|
border-bottom: solid 2px #AAAAAA;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.article:last-of-type {
|
||||||
|
padding-bottom: 0;
|
||||||
|
border-left: none;
|
||||||
|
border-top: solid 2px #AAAAAA;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 550px) {
|
@media only screen and (max-width: 550px) {
|
||||||
body {
|
body {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user