Skip to content

Commit 7552832

Browse files
committed
v73
1 parent 197ef59 commit 7552832

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

css/main.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ a {
5454
display: flex;
5555
justify-content: center;
5656
margin-top: 8vh;
57+
z-index: 10;
5758
}
5859

5960
.nav-wrapper a.logo {
@@ -137,11 +138,11 @@ a {
137138
.hero-bg {
138139
width: 100%;
139140
height: 100vh;
140-
background: #05080e;
141+
background: #0c1019;
141142
display: flex;
142143
justify-content: center;
143144
box-sizing: border-box;
144-
padding-bottom: 8vh;
145+
padding: 8vh 0;
145146
}
146147

147148
.hero-bg .wrapper {

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<div class="nav-bg">
116116
<div class="wrapper nav-wrapper">
117117
<a class="logo">Photon</a>
118-
<a>Photon LE <span class="le-num">v72.3</span></a>
118+
<a>Photon LE <span class="le-num">v73</span></a>
119119
<a>Photon EX</a>
120120
<a>GitHub</a>
121121
<a>Discord</a>

0 commit comments

Comments
 (0)