Skip to content

Commit 28d4041

Browse files
committed
item-image
1 parent 58d7adf commit 28d4041

File tree

11 files changed

+571
-572
lines changed

11 files changed

+571
-572
lines changed

portfolio-main/assets/css/style.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,32 @@ body {
3535
.modal-content .btn-close {
3636
color: var(--primary);
3737
}
38+
/* ======== Image =============== */
39+
.img-elm {
40+
object-fit: cover;
41+
}
3842

3943
/* ============ CarouselItem ========== */
4044
.CarouselItem {
4145
display: grid;
4246
grid-template-columns: auto auto auto;
43-
}
47+
}
4448

4549
.carousel-item.active {
4650
display: inline-flex !important;
4751
}
48-
.carousel-indicators{
52+
.carousel-indicators {
4953
bottom: -40px !important;
5054
}
55+
.carousel-control-prev{
56+
width: 5% !important;
57+
left:-40px !important;
58+
}
59+
.carousel-control-next{
60+
width: 5% !important;
61+
right:-20px !important;
62+
63+
}
5164
/*=============== THEME ===============*/
5265
.change-theme {
5366
/* position: absolute;
@@ -1194,6 +1207,7 @@ header.has-style-02 .shape-03 {
11941207
border-radius: 1rem;
11951208
overflow: hidden;
11961209
position: relative;
1210+
height: 300px;
11971211
}
11981212

11991213
.portfolio.has-style-01 .item-card .item-image .link-image,
68.4 KB
Loading
23.6 KB
Loading
139 KB
Loading

0 commit comments

Comments
 (0)