Skip to content

Commit

Permalink
Make slider full image (#587)
Browse files Browse the repository at this point in the history
Makes the Carousel full width
  • Loading branch information
TimOsahenru authored Nov 25, 2024
1 parent 33fb874 commit fab28f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/bpd.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,12 +563,12 @@ ul.speaking-list {
background-color: #fff;
}


.info h2 {
margin: 10px 0;
font-size: 1.5em;
color: #333;
}

.info p {
margin: 0;
font-size: 1em;
Expand Down Expand Up @@ -613,6 +613,7 @@ button.next:focus {
.next {
right: 10px;
}

.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
Expand Down

0 comments on commit fab28f5

Please sign in to comment.