Merge remote-tracking branch 'zawadzki/new-design'
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _author.scss
index 2cbaa5c..fef1cf9 100644 (file)
     line-height: 150%;
     color: #474747;
   }
+  h4 {
+    font-size: 18px;
+    line-height: 150%;
+    font-weight: bolder;
+    color: #474747;
+  }
+
+  ul {
+    padding: 0;
+    list-style: none;
+    margin-top: 0.25rem;
+    margin-bottom: 0;
+    li {
+      font-size: 18px;
+      line-height: 150%;
+      font-weight: normal;
+    }
+  }
 }
 
 .l-author__photo {