Skip to content

Commit

Permalink
Merge pull request #1939 from Dishaaa-T/new_branch
Browse files Browse the repository at this point in the history
Fixed the Position of the Quotation Marks
  • Loading branch information
RitiChandak authored Jun 17, 2024
2 parents db91bf8 + 0730f74 commit b92f96c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/test-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@
font-weight: bold;
font-size: 4em;
color: hsl(357, 37%, 62%);
top: -30px;
left: 0px;
top: -10px;
left: 10px;
font-family: Georgia, Times, serif;
}

Expand All @@ -287,8 +287,8 @@
font-weight: bold;
font-size: 4em;
color: hsl(357, 37%, 62%);
bottom: -50px;
right: 0px;
bottom: -40px;
right: 20px;
font-family: Georgia, Times, serif;
}
}
Expand Down

0 comments on commit b92f96c

Please sign in to comment.