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

@@ -19,7 +19,11 @@ export default (props: {project: Project}) => {
href={props.project.link}
target="_blank"
>
<h2>{props.project.name}</h2>
<h2
class={styles.name}
>
{props.project.name}
</h2>
</a>
<div class={styles.description}>
{t(props.project.descriptionSlug)}