diff --git a/public/assets/home.jpg b/public/assets/home.jpg old mode 100644 new mode 100755 index 3d5b401..46127ef Binary files a/public/assets/home.jpg and b/public/assets/home.jpg differ diff --git a/src/App.scss b/src/App.scss index bf7531c..3e26d2a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -37,7 +37,12 @@ h1, h2, h3, h4, h5, h6 { .nav { .nav-link { - font-weight: bold !important; + font-weight: 500 !important; + } + @-moz-document url-prefix() { + .nav-link { + font-weight: 600 !important; + } } .nav-link.active { diff --git a/src/components/Member.tsx b/src/components/Member.tsx index 46eaf45..1e855e0 100644 --- a/src/components/Member.tsx +++ b/src/components/Member.tsx @@ -21,16 +21,17 @@ const Member: React.FC = ({ return (
{`${firstname} -
-
-
-

{firstname}

-

{lastname}

+
+
+
+

{firstname}
{lastname}

{description}

-
- {!inverted && CD} +
+ {!inverted && +
CD +
}
{ participation.map((type, index) => { @@ -55,7 +56,9 @@ const Member: React.FC = ({ ) }
- {inverted && CD} + {inverted && +
CD +
}