diff --git a/foundations.html b/foundations.html index 2563636..735cb29 100644 --- a/foundations.html +++ b/foundations.html @@ -155,8 +155,8 @@ input-field-desktop-width400pxFixe Desktop-Breite von ein- und mehrzeiligen Eingabefeldern in der Input-Component-Preview. input-field-max-width600pxMaximale Breite von ein- und mehrzeiligen Eingabefeldern (ohne Suchfeld). object-card-height600pxFixe Höhe der Object Card im Desktop-Layout (u. a. für Company Card). - object-group-card-min-width550pxMindestbreite der Group Card im Pattern Object Group Card. - object-group-card-max-width800pxMaximale Breite der Group Card im Pattern Object Group Card. + object-group-card-min-width450pxMindestbreite der Group Card im Pattern Object Group Card. + object-group-card-max-width650pxMaximale Breite der Group Card im Pattern Object Group Card. object-group-card-height700pxFixe Desktop-Höhe der Group Card im Pattern Object Group Card. notifications-card-min-width445pxMindestbreite der Notification Card im Pattern Notifications; 50px größer als die Object Card und Grundlage für Flex-Basis und Mindestbreite des Patterns. search-field-width15.3remFixe Breite des Suchfeld-Inputs inklusive Clear-Button-Bereich. diff --git a/styles/01-foundations.css b/styles/01-foundations.css index 9968805..288ba7e 100644 --- a/styles/01-foundations.css +++ b/styles/01-foundations.css @@ -272,8 +272,8 @@ --dimension-object-card-mobile-width: 100%; --dimension-object-card-mobile-height: auto; --dimension-object-card-desktop-breakpoint: 768px; - --dimension-object-group-card-min-width: 550px; - --dimension-object-group-card-max-width: 800px; + --dimension-object-group-card-min-width: 450px; + --dimension-object-group-card-max-width: 650px; --dimension-object-group-card-height: 700px; --dimension-input-label-width: 9rem; --dimension-input-field-desktop-width: 400px;