Fix Margin
This commit is contained in:
+6
-2
@@ -153,12 +153,12 @@ section.news article header time {
|
|||||||
section.news article p, section.notice p, section.description p, section.references ol li {
|
section.news article p, section.notice p, section.description p, section.references ol li {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
margin: 0;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.introduction {
|
section.introduction {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-top: -15px;
|
margin: -15px 5px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.right {
|
section.right {
|
||||||
@@ -199,6 +199,10 @@ section.biography p {
|
|||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.material h1, section.references h1, section.description h1, section.notice h1 {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
section.material ol li {
|
section.material ol li {
|
||||||
line-height: 1.3rem;
|
line-height: 1.3rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user