styling
This commit is contained in:
parent
e5f4783c34
commit
fbeac7cae6
|
|
@ -14,7 +14,7 @@ export const newsScrollParams: IurlParamAdder[] = [
|
|||
export const categoriesParams: IurlParamAdder[] = [
|
||||
{
|
||||
name: "count",
|
||||
value: 5,
|
||||
value: 7,
|
||||
},
|
||||
{
|
||||
name: "page",
|
||||
|
|
|
|||
|
|
@ -95,13 +95,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sresult-content {
|
||||
.news-text {
|
||||
font-size: 1.6rem;
|
||||
line-height: 2.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.news-article-inner {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -67,7 +67,8 @@
|
|||
}
|
||||
|
||||
.news-text {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.8rem;
|
||||
line-height: 2.4rem;
|
||||
font-weight: 400;
|
||||
color: $body;
|
||||
display: -webkit-box;
|
||||
|
|
@ -131,6 +132,10 @@
|
|||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.news-text {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.news-title {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
|
@ -142,6 +147,9 @@
|
|||
}
|
||||
}
|
||||
@media (max-width: 750px) {
|
||||
.news-text {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.news-title {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
flex-direction: column;
|
||||
gap: 5.6rem;
|
||||
padding: 5.6rem 0;
|
||||
min-height: 50vh;
|
||||
}
|
||||
|
||||
.sresult-title {
|
||||
|
|
|
|||
Loading…
Reference in New Issue