about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-12-07 20:57:48 +0300
committerMunyoki Kilyungi2023-12-07 20:57:48 +0300
commit43b4c53ebf77b8e5416965ce121ce659b9098463 (patch)
tree2662bd4a2bbee5d766921fd8bfd4f24dadc36d1a
parent932e5f64ce9505954151c6e1521fce697fc87d7e (diff)
downloadgenenetwork2-43b4c53ebf77b8e5416965ce121ce659b9098463.tar.gz
Make the font-size for block-quotes smaller compared to the default.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--wqflask/wqflask/templates/dataset.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/dataset.html b/wqflask/wqflask/templates/dataset.html
index 9fec96b7..2e22be17 100644
--- a/wqflask/wqflask/templates/dataset.html
+++ b/wqflask/wqflask/templates/dataset.html
@@ -6,6 +6,10 @@
      padding-left: 10%;
      line-height: 1.375;
  }
+
+ .dataset-content blockquote {
+     font-size: 13px;
+ }
  .page-header h1 {
      font-size: 1.8em;
      line-height: 1.375;