Skip to content

Commit

Permalink
added code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydemet committed May 30, 2024
1 parent 3fd6ca7 commit d5f3190
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ p {
text-justify: inter-word;
}

code {
background: #d9f2fb7d;
padding: .1rem .2rem;
border-radius: .2rem;
font-size: 10pt
}

/*text styling for NARROW phone screen*/
@media screen and (max-width: 500px) {
p {
Expand Down

0 comments on commit d5f3190

Please sign in to comment.