mobile -450px
This commit is contained in:
@@ -67,7 +67,8 @@
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.projectCard.light .projectInfo h3 span, .projectCard.light .projectJob{
|
||||
.projectCard.light .projectInfo h3 span,
|
||||
.projectCard.light .projectJob {
|
||||
color: rgb(90, 90, 90);
|
||||
}
|
||||
|
||||
@@ -77,4 +78,12 @@
|
||||
|
||||
.projectCard.light .socialIcon:hover {
|
||||
fill: #6e6e6e;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 450px) {
|
||||
.projectCard {
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user