journey begins...

This commit is contained in:
hossainemruz 2020-04-12 01:11:53 +06:00
parent 482f1b1e2d
commit 370a30f745
37 changed files with 4805 additions and 0 deletions

View file

@ -0,0 +1,30 @@
.projects .card .card-header {
padding: 10px;
}
.projects .card .card-img-xs {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 10px;
}
.card .card-header .sub-title span:nth-child(1) {
float: left;
}
.card .card-header .sub-title span:nth-child(2) {
float: right;
}
.projects .card .card-header {
background-color: #f9fafc;
}
.projects .card .card-header .sub-title {
color: #8392a5;
margin-top: 5px;
}
.filtr-projects {
padding: 15px !important;
}