Skip to content

Commit

Permalink
justify text only on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
BRA1L0R committed Apr 2, 2024
1 parent 01d207f commit 3cbb802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ html {
align-self: center;
width: 720px;
}

p {
text-align: justify;
}
}

body {
Expand Down Expand Up @@ -108,8 +112,4 @@ img {

code {
border-radius: 10px;
}

p {
text-align: justify;
}

0 comments on commit 3cbb802

Please sign in to comment.