Search.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / components / _header.scss
diff --git a/src/wolnelektury/static/2022/styles/components/_header.scss b/src/wolnelektury/static/2022/styles/components/_header.scss
new file mode 100644 (file)
index 0000000..392ab9c
--- /dev/null
@@ -0,0 +1,12 @@
+h2.header {
+    margin: 0;
+    font-weight: 600;
+    font-size: 21.5px;
+    line-height: 140%;
+    border-bottom: 1px solid #D9D9D9;
+    padding-bottom: 15px;
+    padding-top: 5px;
+    letter-spacing: -0.01em;
+    color: #007880;
+    margin-top: 23px;
+}