add styles list to contents
This commit is contained in:
@@ -2,11 +2,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
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;
|
||||||
@@ -18,7 +14,14 @@
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
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