Added flexpatrol.ru

This commit is contained in:
2023-05-10 17:14:04 +03:00
parent 87d3d218cf
commit c2d7fb4082
8 changed files with 27 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ export default (props: { project: Project, odd: boolean }) => {
<div
class={styles.Project}
classList={{
[styles.Project_odd]: props.odd,
[styles.Project_odd]: props.project.flip ? !props.odd : props.odd,
[styles.Project_halfWidth]: props.project.halfWidth,
[styles.Project_desktopOnly]: props.project.desktopOnly
}}
@@ -43,7 +43,7 @@ export default (props: { project: Project, odd: boolean }) => {
target="_blank"
class={styles.name}
>
<h2>
<h2 class={styles.nameHeader}>
{props.project.name}
</h2>
<img src={earthIcon} height="20px" />