Change headline font weight, change line height, Open on map and Wikipedia buttons padding
This commit is contained in:
parent
3d3b9fb9f3
commit
9e916d50f1
1 changed files with 15 additions and 15 deletions
|
@ -50,8 +50,8 @@ body {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
color: #212121;
|
color: #212121;
|
||||||
font-family: serif;
|
font-family: RobotoSlab-Regular;
|
||||||
letter-spacing: 0.03em;
|
letter-spacing: 0.02em;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
padding-top: 5%;
|
padding-top: 5%;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -59,14 +59,14 @@ h1 {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
color: #575757;
|
color: #454545;
|
||||||
font-family: RobotoSlab-Regular;
|
font-family: RobotoSlab-Regular;
|
||||||
|
font-weight:100;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
margin-top: 3%;
|
padding-top: 2%;
|
||||||
padding-bottom: 3%;
|
padding-bottom: 4%;
|
||||||
/* font-weight: bold; */
|
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
letter-spacing: 0.01em;
|
letter-spacing: 0.015em;
|
||||||
border-bottom: 1px solid #eaecf0;
|
border-bottom: 1px solid #eaecf0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -105,7 +105,7 @@ h3 {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 3%;
|
margin-top: 5%;
|
||||||
margin-bottom: 3%;
|
margin-bottom: 3%;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
@ -113,7 +113,7 @@ h3 {
|
||||||
p {
|
p {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
line-height: 1.5em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
@ -162,8 +162,8 @@ pre {
|
||||||
.geo {
|
.geo {
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
border: 1px solid #e6e6e6;
|
border: 1px solid #e6e6e6;
|
||||||
border-radius: 5px;
|
border-radius: 4px;
|
||||||
padding: 3% 3% 3% 3%;
|
padding: 10px 10px 10px 10px;
|
||||||
color: #237bff;
|
color: #237bff;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue