]> gitweb.hhaalo.de Git - speisekarten-editor.git/commitdiff
add: bottom hintw
authorBastian Dehn <hhaalo@arcor.de>
Fri, 10 Jun 2022 15:24:09 +0000 (17:24 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 10 Jun 2022 15:24:09 +0000 (17:24 +0200)
src/app/foodcard/foodcard.component.css
src/app/foodcard/foodcard.component.html

index d1a2bc42d3d3f7c5699fbb08cbeae0e2ec523839..8f4b2e99a58d2e6106a785fa0a0a83d7ad073d65 100644 (file)
@@ -1,3 +1,8 @@
+p {
+       font-style: italic;
+       text-align: center;
+}
+
 @media only screen and (min-width: 60.625em) {
        .foodcard {
                max-width: 60em;
index d54d8413457b51a13d5eb0b79f93566f3dbc6f0f..7719ce6e686edad0e9af7da6e5d123b7ed7b8834 100644 (file)
@@ -12,4 +12,5 @@
                        id="buttonSubtitle"
                        (click)="addNewSubtitle(i)">Untertitel hinzufügen</button>
        </div>
+       <p>Fragen zu Allergenen beantwortet Ihnen gerne unser Servicepersonal</p>
 </div>