Skip to content

Commit

Permalink
Update letterpage.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantdei authored Aug 28, 2024
1 parent 0023b42 commit 33ac171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experiment/simulation/css/letterpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ main {
position: absolute;
display: block;
text-align: justify;
width: 80%; /* Responsive width */
width: 75%; /* Responsive width */
left: 10%; /* Center content */
right: 10%; /* Maintain padding on the right */
}

.lettering-image1:hover {
/*Enlarge the image on hover */
transform: scale(1.05); /* Adjust the scale value as needed */
transform: scale(1.2); /* Adjust the scale value as needed */
}
.lettering-image2:hover {
/*Enlarge the image on hover */
transform: scale(1.05); /* Adjust the scale value as needed */
transform: scale(1.2); /* Adjust the scale value as needed */
}

.instruction-main {
Expand Down

0 comments on commit 33ac171

Please sign in to comment.