AsideNews image size corrected

This commit is contained in:
Kakabay 2023-03-01 22:04:24 +05:00
parent 205b1a45fe
commit c708694669
1 changed files with 5 additions and 2 deletions

View File

@ -31,8 +31,9 @@
.aside-news-status {
display: flex;
align-items: center;
justify-content: space-between;
// align-items: center;
gap: 0.4rem;
flex-direction: column;
}
.aside-news-link {
@ -51,6 +52,8 @@
.aside-news-image {
display: block;
max-width: 16.4rem;
max-height: 12rem;
width: 100%;
height: 100%;