Adding better styles for bad sighted.
This commit is contained in:
parent
3bda9ed008
commit
d32f3d9e8b
@ -359,7 +359,8 @@ body {
|
|||||||
body div.page-contents div.description div.articles {
|
body div.page-contents div.description div.articles {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap; }
|
flex-wrap: wrap;
|
||||||
|
font-size: 0.7rem; }
|
||||||
body div.page-contents div.description div.articles a {
|
body div.page-contents div.description div.articles a {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
margin-left: 5%; }
|
margin-left: 5%; }
|
||||||
@ -399,8 +400,6 @@ body {
|
|||||||
border: 3px solid black; }
|
border: 3px solid black; }
|
||||||
body div.page-contents div.description div.articles a article p, body div.page-contents div.description div.articles a article h4, body div.page-contents div.description div.articles a article h3, body div.page-contents div.description div.articles a article h2 {
|
body div.page-contents div.description div.articles a article p, body div.page-contents div.description div.articles a article h4, body div.page-contents div.description div.articles a article h3, body div.page-contents div.description div.articles a article h2 {
|
||||||
margin: 0px; }
|
margin: 0px; }
|
||||||
body div.page-contents div.description div.articles a article p {
|
|
||||||
font-size: 0.9rem; }
|
|
||||||
body div.page-contents div.description div.articles a article div.article-up-part {
|
body div.page-contents div.description div.articles a article div.article-up-part {
|
||||||
height: 12em; }
|
height: 12em; }
|
||||||
body div.page-contents div.description div.articles a article div.article-down-part {
|
body div.page-contents div.description div.articles a article div.article-down-part {
|
||||||
|
@ -532,6 +532,7 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
font-size: 0.7rem;
|
||||||
a {
|
a {
|
||||||
&:nth-child(2n+1) {
|
&:nth-child(2n+1) {
|
||||||
margin-left: 0%;
|
margin-left: 0%;
|
||||||
@ -583,10 +584,6 @@ body {
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.article-up-part {
|
div.article-up-part {
|
||||||
height: 12em;
|
height: 12em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user