Skip to content

Commit

Permalink
fixing prayer/sun text positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Crucial-hash committed Jun 2, 2024
1 parent 8f67b36 commit 6d8b189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ span{
.prayertextdiv {
font-size: 32px;
color: transparent;
transform: translate(-1.5%, -50%);
transform: translate(-1.5%, -40%);
font-family: 'reg';
position:absolute; top:0; right:0;
}
Expand All @@ -130,7 +130,7 @@ span{
.suntextdiv {
font-size: 32px;
color: transparent;
transform: translate(-1.5%, -50%);
transform: translate(-1.5%, -40%);
font-family: 'reg';
position:absolute; top:0; right:0;
}
Expand Down

0 comments on commit 6d8b189

Please sign in to comment.