Skip to content

Commit

Permalink
Update new.css
Browse files Browse the repository at this point in the history
  • Loading branch information
weihsinyeh committed Mar 27, 2024
1 parent 9f3e480 commit c9792ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions css/new.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ h4 { /* no pseudo needed */
left: 6%;
font-size: 60px;
font-weight: bold;
transform: scale(4);
transform: scale(1.5);
}
.carousel-control.next {
right: 6%;
font-size: 60px;
font-weight: bold;
transform: scale(4);
transform: scale(1.5);
}

.carousel-control:hover {
Expand Down Expand Up @@ -266,12 +266,11 @@ h4 { /* no pseudo needed */
margin: 0;
padding: 0;
position: absolute;
bottom: 12%;
bottom: 2%;
left: 0;
right: 0;
text-align: center;
z-index: 10;
font-size: 50px;
z-index: 0;
transform: scale(7);
}

Expand Down

0 comments on commit c9792ef

Please sign in to comment.