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