change css a bit

This commit is contained in:
Chris 2018-02-15 10:03:23 +00:00
parent 81a8da393f
commit 020a7d2ceb
2 changed files with 13 additions and 2 deletions

View file

@ -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;

View file

@ -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;