Skip to content

Commit fc80f7f

Browse files
committed
fix(): slider styling and ticks-mirror samples
1 parent cef988d commit fc80f7f

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
.container {
22
margin: 55px 20px;
3-
display: flex;
4-
flex-direction: row;
5-
align-items: center;
6-
}
7-
8-
.slider-container {
9-
width: 90%;
10-
}
3+
}
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
.container {
2-
display: flex;
3-
justify-content: center;
4-
align-items: center;
5-
padding: 18px;
6-
height: 100%;
2+
margin: 55px 20px;
73
}

0 commit comments

Comments
 (0)