We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197ef59 commit 7552832Copy full SHA for 7552832
css/main.css
@@ -54,6 +54,7 @@ a {
54
display: flex;
55
justify-content: center;
56
margin-top: 8vh;
57
+ z-index: 10;
58
}
59
60
.nav-wrapper a.logo {
@@ -137,11 +138,11 @@ a {
137
138
.hero-bg {
139
width: 100%;
140
height: 100vh;
- background: #05080e;
141
+ background: #0c1019;
142
143
144
box-sizing: border-box;
- padding-bottom: 8vh;
145
+ padding: 8vh 0;
146
147
148
.hero-bg .wrapper {
index.html
@@ -115,7 +115,7 @@
115
<div class="nav-bg">
116
<div class="wrapper nav-wrapper">
117
<a class="logo">Photon</a>
118
- <a>Photon LE <span class="le-num">v72.3</span></a>
+ <a>Photon LE <span class="le-num">v73</span></a>
119
<a>Photon EX</a>
120
<a>GitHub</a>
121
<a>Discord</a>
0 commit comments