Skip to content

Commit

Permalink
style: more improvements to divider
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Jun 17, 2024
1 parent b17a64b commit acebb1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions design/src/styles/common/divider.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
border-top: 1px solid var(--primary-color-light);
margin: 16px 0 16px 0;
}

hr {
border: none;
border-bottom: 1px solid var(--primary-color-light);
}
2 changes: 2 additions & 0 deletions site/src/pages/cv.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
import Layout from "../layouts/Layout.astro";
import CVList from "../components/CVList.astro";
import Divider from "../components/Divider.astro";
---

<Layout title="Aaron Czichon - CV">
Expand All @@ -20,6 +21,7 @@ import CVList from "../components/CVList.astro";
>.
</p>
</article>
<Divider margin="32px 0 32px 0" />
<CVList />
</main>
</Layout>

0 comments on commit acebb1a

Please sign in to comment.