mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 14:14:25 +01:00
style(css): margins
This commit is contained in:
15
css/21.css
15
css/21.css
@@ -33,6 +33,14 @@ body {
|
|||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content p {
|
||||||
|
margin: 2rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content li {
|
||||||
|
margin-left: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.content small {
|
.content small {
|
||||||
font-size: 0.79rem;
|
font-size: 0.79rem;
|
||||||
color: #555;
|
color: #555;
|
||||||
@@ -63,13 +71,12 @@ p>code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content ul, .content ol {
|
.content ul, .content ol {
|
||||||
margin-top: 15px;
|
margin-top: 2rem;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content li {
|
.content li {
|
||||||
margin-bottom: 0.4ex;
|
margin-bottom: 0.5rem;
|
||||||
line-height: 25px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar p {
|
.sidebar p {
|
||||||
|
|||||||
Reference in New Issue
Block a user