mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-29 09:59:28 +00:00
27 lines
466 B
CSS
27 lines
466 B
CSS
.widgets-news .card-header {
|
|
flex-direction: column;
|
|
align-items: flex-start !important;
|
|
|
|
}
|
|
|
|
:root{
|
|
--news-widget-height: 1;
|
|
}
|
|
|
|
.widgets-news .news-content > div,
|
|
.widgets-news .news-content .row:nth-child(1),
|
|
.widgets-news .news-content .news-list,
|
|
.widgets-news .news-content .news-list-item,
|
|
.widgets-news .news-content .card-body
|
|
{
|
|
height: 100%;
|
|
}
|
|
|
|
.widgets-news img
|
|
{
|
|
max-width: 100%;
|
|
}
|
|
|
|
.widgets-news .card-body{
|
|
overflow: hidden;
|
|
} |