@@ -668,7 +668,7 @@ export default {
.sidebar {
width: 280px;
position: sticky;
- top: 20px;
+ top: 105px;
.loading-container,
.empty-container {
@@ -790,7 +790,7 @@ export default {
margin: 25px 0 15px;
}
- p {
+ :deep(p) {
margin-bottom: 15px;
text-align: justify;
text-indent: 2em;
@@ -801,7 +801,7 @@ export default {
font-weight: 600;
- img {
+ :deep(img) {
max-width: 100%;
height: auto;
display: block;