Skip to content

Commit

Permalink
more responsive friendly & character balanced section subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabrams7 committed Jul 4, 2024
1 parent c634255 commit a927151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ section .title::after {

.services .title::after {
background: #111;
content: "what I can provide";
content: "what I provide";
}

.container {
Expand Down Expand Up @@ -842,7 +842,7 @@ section .title::after {

/* projects section styling */
.projects .title::after {
content: "who I've developed for";
content: "previous work";
background: #111;
}

Expand Down Expand Up @@ -938,7 +938,7 @@ textarea {
}

.contact .title::after {
content: "let's get in touch";
content: "get in touch";
}

.contact .contact-content .column {
Expand Down

0 comments on commit a927151

Please sign in to comment.