mirror of
https://github.com/codeninjasuk/dojo.git
synced 2024-11-22 15:37:51 -05:00
20 lines
319 B
CSS
20 lines
319 B
CSS
|
.flickity-viewport {
|
||
|
height: 250px !important;
|
||
|
}
|
||
|
|
||
|
.flickity-slider >div > img{
|
||
|
opacity: 0.5;
|
||
|
transition: 0.3s ease;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.flickity-slider > div > img:hover{
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
.title > h2{
|
||
|
font-size: 1.5rem;
|
||
|
font-variant: petite-caps;
|
||
|
font-weight: 600;
|
||
|
margin-top: 20px;
|
||
|
}
|