Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
shifted the text to the headings to left the paragraphs
  • Loading branch information
blackNoir2 authored Jan 26, 2024
1 parent ddf6e78 commit d37e1f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ q {
/* center the text in the intro heading */
.intro-container p b {
display: block;
text-align: center;
text-align: left;
}

.intro-container h2,
Expand Down Expand Up @@ -1642,7 +1642,7 @@ q {
padding-bottom: 10px;
}

/* The introduction section which holds all the p-tags */
/* The introduction for the intro which holds the p-tags */
.intro-section > p {

/* everything else */
Expand Down Expand Up @@ -2029,6 +2029,7 @@ q {
/* --------------------------------------------------- The quotation banner -------------------------------------------- */
figure blockquote p {
font-size: 1.1rem;
;
}

#quoteText {
Expand Down

0 comments on commit d37e1f0

Please sign in to comment.