correct styles article

This commit is contained in:
Profile Profile
2026-03-14 18:16:48 +03:00
parent f66c3baf8d
commit 490ad60f7c
2 changed files with 6 additions and 5 deletions

2
src/scripts/main.js Normal file
View File

@@ -0,0 +1,2 @@
import './ContentGrid.js';
import './embedded-content.js';

View File

@@ -26,6 +26,10 @@
color: #0d6efd;
}
.news-single ul{
margin-bottom: 12px;
}
.article_info {
display: flex;
align-items: center;
@@ -140,8 +144,3 @@
color: #0d6efd;
}
ul.contents{
margin-bottom: 12px;
}