Adjust css header styles
This commit is contained in:
parent
433427e456
commit
3652c5220c
@ -13,7 +13,7 @@ a {
|
||||
}
|
||||
|
||||
p, pre {
|
||||
margin-left: 2%;
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
@ -26,7 +26,11 @@ h1, h2 {
|
||||
font-size: 175%;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
h1 {
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
margin-left: 1%;
|
||||
}
|
||||
|
||||
@ -85,10 +89,15 @@ footer {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 5%;
|
||||
list-style-type: square;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.articles {
|
||||
list-style-type: none;
|
||||
margin-left: 2%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.articles li {
|
||||
|
Loading…
Reference in New Issue
Block a user