This commit is contained in:
gurusabarish
2020-09-10 08:29:52 +05:30
parent c46f42e09e
commit 202079b9b1
8 changed files with 157 additions and 44 deletions
+21 -1
View File
@@ -142,6 +142,7 @@
/* Skill */
.skill {
height: 80vh;
background-color: #e5e9f2;
}
.skill-heading {
@@ -149,4 +150,23 @@
font-size: 25px;
}
/* Projects */
/* Projects */
.projects {
height: auto;
}
.project-heading {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
.card-img-top {
width: 100% !important;
height: 350px !important;
}
@media only screen and (max-width: 600px) {
.card-img-top {
height: 180px !important;
}
}