add styles list to contents
This commit is contained in:
@@ -4,10 +4,6 @@
|
|||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article-wrapper h4{
|
|
||||||
font-size: .5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.news-single h1{
|
.news-single h1{
|
||||||
font-size: 2.375rem;
|
font-size: 2.375rem;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
@@ -20,6 +16,13 @@
|
|||||||
margin: 2.0625rem 0 .375rem;
|
margin: 2.0625rem 0 .375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h4{
|
||||||
|
font-size: 1.5rem;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 1.5;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.news-single :global(p a) {
|
.news-single :global(p a) {
|
||||||
color: #0d6efd;
|
color: #0d6efd;
|
||||||
}
|
}
|
||||||
@@ -114,4 +117,22 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-weight-bold{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news-singles ul {
|
||||||
|
margin-top: 1rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news-single li{
|
||||||
|
font-size: 1.125rem;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news-single li a{
|
||||||
|
color: #0d6efd;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user