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 b340a2d commit 9f3e480
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions css/new.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,17 @@ h4 { /* no pseudo needed */
}

.carousel-control.prev {
left: 2%;
}

left: 6%;
font-size: 60px;
font-weight: bold;
transform: scale(4);
}
.carousel-control.next {
right: 2%;
right: 6%;
font-size: 60px;
font-weight: bold;
transform: scale(4);
}

.carousel-control:hover {
Expand Down Expand Up @@ -255,15 +261,18 @@ h4 { /* no pseudo needed */
display: block;
}
.carousel-indicators {

list-style: none;
margin: 0;
padding: 0;
position: absolute;
bottom: 2%;
bottom: 12%;
left: 0;
right: 0;
text-align: center;
z-index: 10;
font-size: 50px;
transform: scale(7);
}

.carousel-indicators li {
Expand Down

0 comments on commit 9f3e480

Please sign in to comment.