Adjusted grid width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-26 02:33:02 +03:00
parent 6176c1c15a
commit 23532160a4
5 changed files with 29 additions and 15 deletions

View File

@@ -24,7 +24,17 @@
height: 107px;
}
.name {
font-weight: 300;
}
.description {
padding-top: var(--gap-sm);
font: var(--font-sm);
}
@media screen and (max-width: 1464px) {
.Project {
width: calc(50% - var(--gap-lg));
}
}