More actions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
flex-direction: column; | flex-direction: column; | ||
align-items: center; | align-items: center; | ||
} | |||
.field_Image img { | |||
max-width: 32px; | |||
} | } |
Revision as of 21:20, 6 November 2024
.dd-cont-resp { display: flex; padding: 26px; border: 4px double #857329; flex-wrap: wrap; justify-content: center; align-content: center; } .dd-cont-title { text-align: center; } .dd-cont-img-link { width: 255px; display: flex; flex-direction: column; align-items: center; } .field_Image img { max-width: 32px; }