Skip to content

Commit 16c309a

Browse files
committed
editing hamburger animation 4
1 parent fd55ae2 commit 16c309a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_includes/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="nav-bar">
55
<div class="d-flex mx-auto">
66
<div class="brand">
7-
<a class="" href="/"><img src="/assets/img/logo/logo.png" style="height: 70px; width: 70px; background-color: white;" class="mr-3">Py Contributors</a>
7+
<h3><a class="text-white" href="/"><img src="/assets/img/logo/logo.png" style="height: 70px; width: 70px; background-color: white;" class="mr-3">Py Contributors</a></h3>
88
</div>
99
</div>
1010
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aria-expanded="false" aria-label="Toggle navigation"> -->
@@ -15,7 +15,7 @@
1515
<!-- <div class="container"> -->
1616
<!-- <div class="ml-auto mr-4"> -->
1717
<div class="nav-list">
18-
<div class="hamburger m-3">
18+
<div class="hamburger mt-4">
1919
<div class="line1"></div>
2020
<div class="line2"></div>
2121
<div class="line3"></div>

assets/css/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ background-attachment: fixed !important;
147147
}
148148
.marginStyle
149149
{
150-
margin-top: 20%;
150+
margin-top: 20% !important;
151151
}
152152
}
153153
@media screen and (max-width: 990px)
@@ -157,7 +157,7 @@ background-attachment: fixed !important;
157157
}
158158
.marginStyle
159159
{
160-
margin-top: 10%;
160+
margin-top: 14% !important;
161161
}
162162
}
163163
@media screen and (min-width: 700px) and (max-width: 990px)
@@ -226,8 +226,8 @@ background-attachment: fixed !important;
226226
top: 50%;
227227
left: 50%;
228228
transform: translate(-50%, -50%) scale(0);
229-
color: rgba(240, 248, 255, 0.021);
230-
font-size: 13rem;
229+
color: rgba(240, 248, 255, 0.05);
230+
font-size: 9rem;
231231
letter-spacing: 50px;
232232
z-index: -1;
233233
transition: .3s ease letter-spacing;
@@ -249,7 +249,7 @@ background-attachment: fixed !important;
249249
border: 5px solid white;
250250
padding: 10px;
251251
border-radius: 50%;
252-
transform: scale(.6);
252+
transform: scale(.8);
253253
}
254254

255255
.line1 ,.line2 ,.line3 {

0 commit comments

Comments
 (0)