Skip to content

Commit

Permalink
fix: spacing in words
Browse files Browse the repository at this point in the history
  • Loading branch information
swarna1101 committed Aug 26, 2024
1 parent 0710bdd commit 18bdff1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.disclaimer {
font: 600 14px/1.4 $kFontPublicSans;
font: 600 14px/1.8 $kFontPublicSans;
display: flex;
justify-content: center;
align-items: center;
Expand All @@ -10,8 +10,8 @@
.wrapper {
max-width: 1100px;
width: 100%;
margin: 10px auto;
padding: 20px 25px;
margin: 15px auto;
padding: 20px 35px;
background-color: #ffffff;
border-left: 8px solid #f44336;
border-radius: 6px;
Expand All @@ -27,8 +27,10 @@
.content {
margin: 0;
font-size: 15px;
line-height: 1.8;
color: #333;
text-align: justify;
letter-spacing: 0.5px;
}

.link {
Expand Down

0 comments on commit 18bdff1

Please sign in to comment.