Skip to content

Commit

Permalink
Improve spacing (#80)
Browse files Browse the repository at this point in the history
* Update process heading in about page

* Update career section heading from h3 to h2
  • Loading branch information
afnizarnur committed May 6, 2024
1 parent 5c1e8be commit 97c7ae3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/styles/components/about/_career.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.career {
h3 {
h2 {
margin: 44px 0px;

@include mq-down(lg) {
Expand Down
2 changes: 2 additions & 0 deletions src/assets/styles/components/about/_process.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.about {
.process {
margin-top: 44px;

&--list-wrapper {
margin-top: 44px;
gap: 24px;
Expand Down
2 changes: 1 addition & 1 deletion src/includes/about/career.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="career">
<h3>Career highlights</h3>
<h2>Career highlights</h2>
<r-grid columns="1">
{% for items in careers %}

Expand Down
2 changes: 1 addition & 1 deletion src/includes/about/process.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="process">
<h3>How I work</h3>
<h2>How I work</h2>
<p class="subtitle">
Start with the problems and making sure we deal with the right ones. The
process sometimes it’s as linear as it looks, other times it’s a zigzag.
Expand Down

0 comments on commit 97c7ae3

Please sign in to comment.