Display project card technology tags (#243)
* Display project card technology tags * Fix tag CSS Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
88895c50c2
commit
4ef34a8f63
6 changed files with 56 additions and 22 deletions
|
@ -29,6 +29,26 @@
|
|||
padding: 1rem !important;
|
||||
}
|
||||
|
||||
.project-card-footer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.project-tags-holder {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.project-btn-holder {
|
||||
width: 30%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.project-btn-holder span {
|
||||
justify-content: flex-end;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* ============= Device specific fixes ======= */
|
||||
|
||||
/* Large screens such as TV */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue