Cosmetics
parent
2ba3dd2630
commit
9759e61937
|
@ -733,6 +733,8 @@ body {
|
|||
.home {
|
||||
p {
|
||||
line-height: 22px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
/* Introduction */
|
||||
|
@ -772,7 +774,8 @@ body {
|
|||
h3 {
|
||||
font-size:24px;
|
||||
color: #484848;
|
||||
margin-bottom: 32px;
|
||||
padding: 30px 0 12px 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -787,7 +790,7 @@ body {
|
|||
color: #20272a;
|
||||
}
|
||||
|
||||
.p-g{
|
||||
.p-g {
|
||||
p {
|
||||
color: #20272a;
|
||||
margin-bottom: 30px;
|
||||
|
@ -827,7 +830,9 @@ body {
|
|||
padding: 30px;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 10px;
|
||||
font-size: 24px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -842,7 +847,7 @@ body {
|
|||
p {
|
||||
margin-bottom: 30px;
|
||||
|
||||
>a {
|
||||
> a {
|
||||
font-weight: bold;
|
||||
color: #03c4e8;
|
||||
}
|
||||
|
@ -859,7 +864,7 @@ body {
|
|||
font-size:24px;
|
||||
color: #484848;
|
||||
margin-top: 0;
|
||||
margin-bottom: 25px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
|
Loading…
Reference in New Issue