summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/site.scss4
-rw-r--r--projects/index.html18
2 files changed, 8 insertions, 14 deletions
diff --git a/_includes/site.scss b/_includes/site.scss
index 4d804ac..c9760d8 100644
--- a/_includes/site.scss
+++ b/_includes/site.scss
@@ -63,10 +63,6 @@ footer {
text-align: center;
}
-section {
- padding-left: 5rem;
-}
-
h1,
h2 {
@include container;
diff --git a/projects/index.html b/projects/index.html
index 9dbf78e..7e82d23 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -14,14 +14,12 @@ description: Projects I’ve done.
{{ project.name }}
{% endif %}
</h2>
-<section>
- <p class="muted">
- {{ project.tech }}
- {% if project.github %}
- &bull;
- <a class="muted" href="https://github.com/{{ project.github }}">{{ project.github }}</a>
- {% endif %}
- </p>
- <p>{{ project.description }}</p>
-</section>
+<p class="muted">
+ {{ project.tech }}
+ {% if project.github %}
+ &bull;
+ <a class="muted" href="https://github.com/{{ project.github }}">{{ project.github }}</a>
+ {% endif %}
+</p>
+<p>{{ project.description }}</p>
{% endfor %}