a{
@include animate();
}
.rounded{
@include rounded();
}
.shadow-center{
@include box-shadow(0px, 0px, 20px, rgba(0,0,0,0.2));
}
.flexbox{
@include flexbox();
}
.animate{
@include animate();
}
.holder{
width: 100%;
}
.wrap, .page-numbers{
width: 1200px;
margin: 0 auto;
position: relative;
}
svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Back to Directory