Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylcousins authored Dec 18, 2024
1 parent 2e482ea commit ab32d58
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@import "{{ site.theme }}";

section > #title > h1 {
text-align: left;
}
section > #title > p {
text-align: left;
section {
#title {
h1, p {
text-align: left;
}
}
}

0 comments on commit ab32d58

Please sign in to comment.