More actions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
justify-content: center; | justify-content: center; | ||
align-content: center; | align-content: center; | ||
} | |||
.dd-cont-title { | |||
text-align: center; | |||
} | } | ||
.dd-cont-img-link { | .dd-cont-img-link { | ||
width: 255px; | width: 255px; | ||
display: flex; | display: flex; | ||
flex-direction: column; | |||
align-items: center; | |||
} | |||
.field_Image img { | |||
width: 32px; | |||
height: auto; | |||
} | } |
Latest revision as of 21:21, 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 { width: 32px; height: auto; }