Skip to content

Commit 9bba70f

Browse files
authored
Merge pull request #59 from reveurguy/master
edited look on small devices
2 parents 542e319 + 2138292 commit 9bba70f

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
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-
<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>
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"> -->

assets/css/main.css

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,25 +147,45 @@ background-attachment: fixed !important;
147147
}
148148
.marginStyle
149149
{
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;
151171
}
152172
}
153173
@media screen and (max-width: 990px)
154174
{
155175
.brandShow {
156176
display:none;
157177
}
158-
.marginStyle
159-
{
160-
margin-top: 14% !important;
161-
}
162178
}
163179
@media screen and (min-width: 700px) and (max-width: 990px)
164180
{
165181
.navbar-header
166182
{
167183
margin-left: 50%;
168184
}
185+
.marginStyle
186+
{
187+
margin-top: 14% !important;
188+
}
169189
}
170190

171191
/* Chnages*/
@@ -275,5 +295,10 @@ background-attachment: fixed !important;
275295
}
276296
.marginStyle
277297
{
278-
margin-top: 8%;
298+
margin-top: 10% ;
299+
}
300+
.mainHeading
301+
{
302+
font-size:55px;
303+
font-weight:700;
279304
}

0 commit comments

Comments
 (0)