add vendor specific css prefixes

This commit is contained in:
hossainemruz 2020-08-21 16:35:28 +00:00 committed by GitHub
parent d3c02f0223
commit f6df1967a8
7 changed files with 218 additions and 16 deletions

View file

@ -1,5 +1,7 @@
.skills-section .card .card-head {
background-color: #f9fafc;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
padding: 0.7rem;
padding-bottom: 0rem;