17 lines
252 B
SCSS
17 lines
252 B
SCSS
.ChangelogUnit {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $unit;
|
|
|
|
img {
|
|
border-radius: $input-corner;
|
|
width: 100%;
|
|
}
|
|
|
|
h4 {
|
|
font-size: $font-small;
|
|
font-weight: $medium;
|
|
text-align: center;
|
|
line-height: 1.4;
|
|
}
|
|
}
|