Release 3.0
This commit is contained in:
parent
65dca8e966
commit
0a22cc570e
1 changed files with 3 additions and 3 deletions
|
@ -162,7 +162,7 @@ img {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background: rgba(0, 0, 0, 0.84);
|
background: rgba(0, 0, 0, 0.88);
|
||||||
}
|
}
|
||||||
.no-scroll .logo {
|
.no-scroll .logo {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -187,7 +187,7 @@ img {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-bottom: 130px;
|
padding-bottom: 130px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: rgba(0, 0, 0, 0.84);
|
background: rgba(0, 0, 0, 0.88);
|
||||||
}
|
}
|
||||||
.menu li + li {
|
.menu li + li {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
|
@ -216,7 +216,7 @@ img {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1.5px;
|
letter-spacing: 1.5px;
|
||||||
transform: scale(0.9);
|
transform: scale(0.84);
|
||||||
transform-origin: left center;
|
transform-origin: left center;
|
||||||
}
|
}
|
||||||
.page-header h1 {
|
.page-header h1 {
|
||||||
|
|
Loading…
Reference in a new issue