gaps
This commit is contained in:
parent
7a777e4045
commit
ebead93a10
|
|
@ -17,7 +17,7 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.2rem;
|
||||
gap: 0.8rem;
|
||||
}
|
||||
|
||||
.news-title {
|
||||
|
|
@ -34,7 +34,8 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1.6rem;
|
||||
gap: 0.8rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.news-status-left {
|
||||
|
|
@ -62,6 +63,12 @@
|
|||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
|
||||
p {
|
||||
* {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.news-date {
|
||||
|
|
@ -94,7 +101,7 @@
|
|||
.news-scroll-inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2.4rem;
|
||||
gap: 3.6rem;
|
||||
}
|
||||
|
||||
.scroll-empty {
|
||||
|
|
|
|||
Loading…
Reference in New Issue