mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-18 05:38:25 -04:00
22 lines
379 B
SCSS
Vendored
22 lines
379 B
SCSS
Vendored
.card-blog{
|
|
margin-top: 60px;
|
|
|
|
[class*="col-"]{
|
|
.card-header-image{
|
|
img{
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
.carf-footer{
|
|
.stats{
|
|
.material-icons{
|
|
font-size: 18px;
|
|
position: relative;
|
|
top: 4px;
|
|
width: 19px;
|
|
}
|
|
}
|
|
}
|
|
}
|