Skip to content

Commit

Permalink
.word width 520 and .text width 450px back
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanian committed Mar 11, 2024
1 parent d27fafa commit f1a6b72
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 @@ -8,7 +8,7 @@ body {

.text {
position: absolute;
width: 600px;
width: 450px;
left: 50%;
margin-left: -225px;
height: 40px;
Expand All @@ -24,7 +24,7 @@ p {

.word {
position: absolute;
width: 220px;
width: 520px;
opacity: 0;
}

Expand Down

0 comments on commit f1a6b72

Please sign in to comment.