mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 03:34:20 +01:00
style: typography, font sizes, margins
This commit is contained in:
16
css/21.css
16
css/21.css
@@ -144,13 +144,15 @@ h3:hover .headerlink {
|
||||
|
||||
.content h1 {
|
||||
margin: 1em 0 0.5em;
|
||||
font-size: 42px;
|
||||
font-size: 3rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.content h2 {
|
||||
font-size: 30px;
|
||||
margin: 1em 0 0.4em;
|
||||
font-size: 2rem;
|
||||
margin: 1rem 0 0rem;
|
||||
padding-bottom: 0;
|
||||
padding-top: 2rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@@ -180,15 +182,15 @@ h3:hover .headerlink {
|
||||
@media screen and (max-width: 979px) {
|
||||
|
||||
.content p, .content li {
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.content h1 {
|
||||
font-size: 32px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.content h2 {
|
||||
font-size: 23px;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user