Skip to content

Commit 02a3667

Browse files
changing some styles
1 parent de2d498 commit 02a3667

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

_includes/navigation.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,10 @@
5757
<a class="navigation__link nav-link" href="#chapters">Chapters</a>
5858
</li>
5959
<li class="hide-on-mobile nav-item">
60-
<a class="navigation__link nav-link" href="#events">Events & Chapters</a>
61-
</li>
62-
<li class="nav-item">
63-
<a class="navigation__link nav-link" href="#about">About</a>
60+
<a class="navigation__link nav-link" href="#events">Events</a>
6461
</li>
6562
<li class="nav-item">
66-
<a class="navigation__link nav-link" href="#contact">Contact</a>
63+
<a class="navigation__link nav-link" href="#about">About us</a>
6764
</li>
6865
{% endunless %}
6966
</ul>

_sass/style.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ h2, h2 a {
1414
}
1515
h3, h3 a {
1616
font-size: 22px;
17-
color: black;
17+
color: $dark-blue;
1818
}
1919
p, a, label, button {
2020
font-size: 16px;
@@ -286,7 +286,6 @@ section {
286286
.navigation__link {
287287
margin-right: 0.5em;
288288
text-decoration: none;
289-
font-size: 1.25em;
290289
font-family: 'Encode Sans Expanded', sans-serif;
291290
color: $nav-link!important;
292291
transition: all 0.5s ease-in-out;

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ <h2 class="navigation__subtitle">Contributing together</h2>
3434
</div>
3535
</div>
3636
</section>
37+
38+
3739
<div class="upcoming-chapters-container container-fluid">
3840
<div class="row">
3941
{% include events_array_generator.html future_events=true %}
@@ -44,7 +46,9 @@ <h2 class="navigation__subtitle">Contributing together</h2>
4446
{% else %}
4547
{% assign chapters_col = "col-12" %}
4648
{% endif %}
47-
<div class="col-lg-7 no-padding-x">
49+
<div class="col-lg-1 no-padding-x">
50+
</div>
51+
<div class="col-lg-6 no-padding-x">
4852
<section id="events">
4953
<h2>Upcoming events</h2>
5054
{% if upcoming_event == true %}
@@ -107,7 +111,7 @@ <h2>About us</h2>
107111
alt="">
108112
</div>
109113
<div class="first-on-mobile no-gutters__col col-md-6">
110-
<h3 class="text-right">What is Python sprints about?</h3>
114+
<h3 class="text-right">What is a Python sprint?</h3>
111115
<hr/>
112116
<p class="text-right">
113117
Open source software, including Python and most Python projects

0 commit comments

Comments
 (0)