change css a bit
This commit is contained in:
parent
81a8da393f
commit
020a7d2ceb
2 changed files with 13 additions and 2 deletions
|
@ -3684,7 +3684,7 @@ a {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
font-size: 35px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
@ -3693,6 +3693,12 @@ h1 span {
|
|||
opacity: 0.4;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 35px;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.section5 {
|
||||
background: #c7cfd4;
|
||||
padding: 80px 40px 1px;
|
||||
|
|
|
@ -44,13 +44,18 @@ a {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 28px;
|
||||
font-size: 35px;
|
||||
text-transform: uppercase;
|
||||
span {
|
||||
font-weight: 200;
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
font-size: 35px;
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
}
|
||||
.section5 {
|
||||
background: #c7cfd4;
|
||||
padding: 80px 40px 1px;
|
||||
|
|
Loading…
Reference in a new issue