style.css: make things more readable
This commit is contained in:
parent
3d1ff87746
commit
9493cc09af
@ -33,7 +33,7 @@ body {
|
||||
margin: auto;
|
||||
background: #101010;
|
||||
color: #ffffff;
|
||||
font-size: 125%;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@ -75,11 +75,12 @@ hr {
|
||||
nav {
|
||||
margin: 2rem 0 0;
|
||||
}
|
||||
main {
|
||||
article {
|
||||
hyphens: auto;
|
||||
}
|
||||
main p {
|
||||
article p {
|
||||
margin: 1rem;
|
||||
line-height: 2.25;
|
||||
}
|
||||
h1,h2,h3,h4 {
|
||||
margin: 2rem 0 0;
|
||||
|
Loading…
Reference in New Issue
Block a user