fix: ensure project descriptions fit at all breakpoints

This commit is contained in:
eggy
2023-05-24 13:11:09 -04:00
parent 1c1cb3bf8a
commit adbf374010
2 changed files with 7 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ html.dark .card-img {
}
.desc-text {
width: 139%;
width: 140%;
/* 140% is too close */
transition: width 0.2s ease;
}
@@ -128,7 +128,7 @@ a.unclickable {
}
.desc-text {
width: 135%;
width: 136%;
}
}