Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KhujamovCodes authored Apr 26, 2024
1 parent a0f3511 commit 4b43a98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body{
width: 100%;
padding: 50px;
}

.section-tuw .wrappers__card {
display: flex;
padding: 0 35px;
Expand Down Expand Up @@ -46,13 +47,16 @@ body{
.wrapper i:active {
transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
background: #f2f2f2;
}

.wrapper i:first-child {
left: -22px;
display: none;
}

.wrapper i:last-child {
right: -22px;
}
Expand All @@ -64,13 +68,16 @@ body{
white-space: nowrap;
scroll-behavior: smooth;
}

.wrapper .carousel.dragging {
cursor: grab;
scroll-behavior: auto;
}

.wrapper .carousel.dragging img {
pointer-events: none;
}

.wrapper .carousel img {
width: 250px;
height: 360px;
Expand All @@ -80,6 +87,7 @@ body{
-moz-user-select: none;
user-select: none;
}

.wrapper .carousel img:first-child {
margin-left: 0px;
}
Expand Down

0 comments on commit 4b43a98

Please sign in to comment.