gcz 3 viikkoa sitten
vanhempi
sitoutus
05c9834ac2
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      src/pages/casesdetails/Index.vue

+ 3 - 3
src/pages/casesdetails/Index.vue

@@ -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;