File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
sass/styles/objects/o-about-course Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" o-buy-top slide-up row no-gutters justify-content-between" >
3
3
<div class =" col-6 align-self-center" >
4
4
<div class =" row no-gutters" >
5
- <div class =" o -image-card col-2" >
5
+ <div class =" card -image col-2" >
6
6
<img src =" images/c++" alt =" " >
7
7
</div >
8
8
<div class =" heading-d col-10 align-self-center" >
Original file line number Diff line number Diff line change 7
7
}
8
8
9
9
.o-buy-top {
10
- @include dimensions (100% , auto );
10
+ @include dimensions (100% , 90 px );
11
11
position : fixed ;
12
12
z-index : 101 ;
13
13
padding : 10px 4% ;
14
14
background-color : $vp-background ;
15
15
transition : all 0.35s ease ;
16
16
17
- .o -image-card {
17
+ .card -image {
18
18
margin : 0 ;
19
- max-width : 60 px ;
19
+ max-width : 70 px ;
20
20
min-width : 60px ;
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments