File tree Expand file tree Collapse file tree 2 files changed +32
-7
lines changed Expand file tree Collapse file tree 2 files changed +32
-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
- < 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 >
7
+ < h3 class =" mainHeading " > < 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"> -->
Original file line number Diff line number Diff line change @@ -147,25 +147,45 @@ background-attachment: fixed !important;
147
147
}
148
148
.marginStyle
149
149
{
150
- margin-top : 20% !important ;
150
+ margin-top : 30% !important ;
151
+ }
152
+ .mainHeading
153
+ {
154
+ font-size : 37px !important ;
155
+ }
156
+ .hamburger
157
+ {
158
+ right : 3% !important ;
159
+ }
160
+ .nav-bar .mx-auto
161
+ {
162
+ margin-left : 0 !important ;
163
+ }
164
+ .nav-bar
165
+ {
166
+ padding : 0 0 !important ;
167
+ }
168
+ .mainHeading img
169
+ {
170
+ margin-right : 4px !important ;
151
171
}
152
172
}
153
173
@media screen and (max-width : 990px )
154
174
{
155
175
.brandShow {
156
176
display : none;
157
177
}
158
- .marginStyle
159
- {
160
- margin-top : 14% !important ;
161
- }
162
178
}
163
179
@media screen and (min-width : 700px ) and (max-width : 990px )
164
180
{
165
181
.navbar-header
166
182
{
167
183
margin-left : 50% ;
168
184
}
185
+ .marginStyle
186
+ {
187
+ margin-top : 14% !important ;
188
+ }
169
189
}
170
190
171
191
/* Chnages*/
@@ -275,5 +295,10 @@ background-attachment: fixed !important;
275
295
}
276
296
.marginStyle
277
297
{
278
- margin-top : 8% ;
298
+ margin-top : 10% ;
299
+ }
300
+ .mainHeading
301
+ {
302
+ font-size : 55px ;
303
+ font-weight : 700 ;
279
304
}
You can’t perform that action at this time.
0 commit comments