add styles list to contents

This commit is contained in:
Profile Profile
2026-03-12 14:44:48 +03:00
parent 9c56ea2246
commit 48db849ba3

View File

@@ -4,10 +4,6 @@
padding-bottom: 2rem;
}
.article-wrapper h4{
font-size: .5rem;
}
.news-single h1{
font-size: 2.375rem;
line-height: 1.2;
@@ -20,6 +16,13 @@
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) {
color: #0d6efd;
}
@@ -114,4 +117,22 @@
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;
}