diff --git a/Pages/Allergene.razor b/Pages/Allergene.razor index 4e79f8c..1f99398 100644 --- a/Pages/Allergene.razor +++ b/Pages/Allergene.razor @@ -36,13 +36,19 @@ .tg .tg-c3ow { border-color: inherit; text-align: center; - vertical-align: top + vertical-align: center; } .tg .tg-0pky { border-color: inherit; - text-align: left; - vertical-align: top + text-align: center; + vertical-align: center; + } + + .icon { + width: 100%; + max-width: 100px; + height: auto; } @@ -59,72 +65,72 @@ Buchstabencode - + Getreide glutenhaltiges Getreide A - + Krebstiere Krebstiere B - + Ei Ei C - + Fisch Fisch D - + Erdnuss Erdnuss E - + Soja Soja F - + Milch oder Laktose Milch oder Laktose G - + Schalenfrüchte Schalenfrüchte H - + Sellerie Sellerie L - + Senf Senf M - + Sesam Sesam N - + Sulfite Sulfite O - + Lupinen Lupinen P - + Weichtiere Weichtiere R diff --git a/wwwroot/assets/ei.png b/wwwroot/assets/ei.png new file mode 100644 index 0000000..f3f0520 Binary files /dev/null and b/wwwroot/assets/ei.png differ diff --git a/wwwroot/assets/erdnuss.png b/wwwroot/assets/erdnuss.png new file mode 100644 index 0000000..41a5890 Binary files /dev/null and b/wwwroot/assets/erdnuss.png differ diff --git a/wwwroot/assets/fisch.png b/wwwroot/assets/fisch.png new file mode 100644 index 0000000..8dae807 Binary files /dev/null and b/wwwroot/assets/fisch.png differ diff --git a/wwwroot/assets/getreide.png b/wwwroot/assets/getreide.png new file mode 100644 index 0000000..6853c3e Binary files /dev/null and b/wwwroot/assets/getreide.png differ diff --git a/wwwroot/assets/krebstiere.png b/wwwroot/assets/krebstiere.png new file mode 100644 index 0000000..0dedb30 Binary files /dev/null and b/wwwroot/assets/krebstiere.png differ diff --git a/wwwroot/assets/lupinen.png b/wwwroot/assets/lupinen.png new file mode 100644 index 0000000..67a9e6b Binary files /dev/null and b/wwwroot/assets/lupinen.png differ diff --git a/wwwroot/assets/milch.png b/wwwroot/assets/milch.png new file mode 100644 index 0000000..c83d5c8 Binary files /dev/null and b/wwwroot/assets/milch.png differ diff --git a/wwwroot/assets/schalenfruechte.png b/wwwroot/assets/schalenfruechte.png new file mode 100644 index 0000000..8334ae7 Binary files /dev/null and b/wwwroot/assets/schalenfruechte.png differ diff --git a/wwwroot/assets/sellerie.png b/wwwroot/assets/sellerie.png new file mode 100644 index 0000000..71704cc Binary files /dev/null and b/wwwroot/assets/sellerie.png differ diff --git a/wwwroot/assets/senf.png b/wwwroot/assets/senf.png new file mode 100644 index 0000000..3bad648 Binary files /dev/null and b/wwwroot/assets/senf.png differ diff --git a/wwwroot/assets/sesam.png b/wwwroot/assets/sesam.png new file mode 100644 index 0000000..914288a Binary files /dev/null and b/wwwroot/assets/sesam.png differ diff --git a/wwwroot/assets/soja.png b/wwwroot/assets/soja.png new file mode 100644 index 0000000..98f7c9c Binary files /dev/null and b/wwwroot/assets/soja.png differ diff --git a/wwwroot/assets/sulfite.png b/wwwroot/assets/sulfite.png new file mode 100644 index 0000000..92db96d Binary files /dev/null and b/wwwroot/assets/sulfite.png differ diff --git a/wwwroot/assets/weichtiere.png b/wwwroot/assets/weichtiere.png new file mode 100644 index 0000000..f4c0af6 Binary files /dev/null and b/wwwroot/assets/weichtiere.png differ diff --git a/y4f.csproj b/y4f.csproj index f5e9a37..539e420 100644 --- a/y4f.csproj +++ b/y4f.csproj @@ -5,6 +5,7 @@ enable enable service-worker-assets.js + true