AsideNews image size corrected
This commit is contained in:
parent
205b1a45fe
commit
c708694669
|
|
@ -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%;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue