Skip to content

Commit

Permalink
Update thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
OshekharO authored Jan 3, 2025
1 parent 14f39b9 commit ee84c0c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions neubrutalism.css
Original file line number Diff line number Diff line change
Expand Up @@ -1041,11 +1041,11 @@ body {
/* Responsive Adjustments */
@media (max-width: 400px) {
.nb-slider {
max-width: 250px;
max-width: 100%;
}

.nb-slider-slide img {
height: 250px;
height: 100%;
}
}

Expand Down Expand Up @@ -1114,13 +1114,20 @@ body {
border: var(--border-width) solid var(--primary-color);
box-shadow: var(--shadow-offset) var(--shadow-offset) 0 var(--primary-color);
margin-bottom: 15px;
width: 100%;
}

.nb-thumbnail:hover {
transform: translate(-5px, -5px);
box-shadow: 10px 10px 0px #000;
}

.nb-thumbnail img {
width: 100%;
height: 300px;
object-fit: cover;
}

/* Footer */
.nb-footer-social-compact {
border: 2px solid black;
Expand Down

0 comments on commit ee84c0c

Please sign in to comment.