File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
< div class ="nav-bar ">
5
5
< div class ="d-flex mx-auto ">
6
6
< 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 >
8
8
</ div >
9
9
</ div >
10
10
<!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aria-expanded="false" aria-label="Toggle navigation"> -->
15
15
<!-- <div class="container"> -->
16
16
<!-- <div class="ml-auto mr-4"> -->
17
17
< div class ="nav-list ">
18
- < div class ="hamburger m-3 ">
18
+ < div class ="hamburger mt-4 ">
19
19
< div class ="line1 "> </ div >
20
20
< div class ="line2 "> </ div >
21
21
< div class ="line3 "> </ div >
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ background-attachment: fixed !important;
147
147
}
148
148
.marginStyle
149
149
{
150
- margin-top : 20% ;
150
+ margin-top : 20% !important ;
151
151
}
152
152
}
153
153
@media screen and (max-width : 990px )
@@ -157,7 +157,7 @@ background-attachment: fixed !important;
157
157
}
158
158
.marginStyle
159
159
{
160
- margin-top : 10 % ;
160
+ margin-top : 14 % !important ;
161
161
}
162
162
}
163
163
@media screen and (min-width : 700px ) and (max-width : 990px )
@@ -226,8 +226,8 @@ background-attachment: fixed !important;
226
226
top : 50% ;
227
227
left : 50% ;
228
228
transform : translate (-50% , -50% ) scale (0 );
229
- color : rgba (240 , 248 , 255 , 0.021 );
230
- font-size : 13 rem ;
229
+ color : rgba (240 , 248 , 255 , 0.05 );
230
+ font-size : 9 rem ;
231
231
letter-spacing : 50px ;
232
232
z-index : -1 ;
233
233
transition : .3s ease letter-spacing;
@@ -249,7 +249,7 @@ background-attachment: fixed !important;
249
249
border : 5px solid white;
250
250
padding : 10px ;
251
251
border-radius : 50% ;
252
- transform : scale (.6 );
252
+ transform : scale (.8 );
253
253
}
254
254
255
255
.line1 , .line2 , .line3 {
You can’t perform that action at this time.
0 commit comments