Skip to content

Commit 18d3a8b

Browse files
committed
19.0 RTW
[index] - adjust margin for mobile - add titles to the projects section
1 parent 9e702e8 commit 18d3a8b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ js: index
2626

2727
<section id="project-section" class="section">
2828
<h1>projects.</h1>
29+
<h2>featured.</h2>
2930
<div id="featured" class="carded">
3031
{% for project in collections.project %}
3132
{% if project.data.img %}
@@ -62,6 +63,7 @@ js: index
6263
{% endfor %}
6364
</div>
6465
<hr>
66+
<h2>all.</h2>
6567
<div id="project-list">
6668
<ul>
6769
{% for project in collections.project %}

src/static/css/index.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ video#background
203203
font-size: 1.25em
204204

205205
#project-list
206-
margin-left: -1.25em
206+
margin-left: -2.5em
207207

208208
.project
209209
display: grid

0 commit comments

Comments
 (0)