parent
80f443ec36
commit
ef40815528
|
@ -30,30 +30,17 @@
|
||||||
overflow: initial; /* fix <mark> edge get cut */
|
overflow: initial; /* fix <mark> edge get cut */
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-entry .entry-content p,
|
.first-entry .entry-content p {
|
||||||
.first-entry .entry-content li {
|
|
||||||
margin-bottom: .8em;
|
margin-bottom: .8em;
|
||||||
}
|
}
|
||||||
|
.first-entry .entry-content li p {
|
||||||
|
margin-bottom: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
.first-entry .entry-footer {
|
.first-entry .entry-footer {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.telegram-channel a {
|
|
||||||
font-weight: bold;
|
|
||||||
display: inline-block;
|
|
||||||
transition: var(--link-transition);
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
.telegram-channel a:hover {
|
|
||||||
color: #0088CC;
|
|
||||||
}
|
|
||||||
.telegram-channel svg {
|
|
||||||
width: 25px;
|
|
||||||
height: auto;
|
|
||||||
vertical-align: text-bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
.home-info .entry-content {
|
.home-info .entry-content {
|
||||||
-webkit-line-clamp: unset;
|
-webkit-line-clamp: unset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue