Skip to content

Commit

Permalink
changed css text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tgupper committed Mar 31, 2024
1 parent ad5dcae commit 2ca9d53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ a strong:hover {
color: #164B71;
}

p {
text-align: justify;
}

p.view {
text-align: left;
}

@media only screen and (max-width : 480px) {
header {
display: flex;
Expand Down

0 comments on commit 2ca9d53

Please sign in to comment.