diff options
| author | Munyoki Kilyungi | 2023-12-07 20:57:48 +0300 |
|---|---|---|
| committer | Munyoki Kilyungi | 2023-12-07 20:57:48 +0300 |
| commit | 43b4c53ebf77b8e5416965ce121ce659b9098463 (patch) | |
| tree | 2662bd4a2bbee5d766921fd8bfd4f24dadc36d1a | |
| parent | 932e5f64ce9505954151c6e1521fce697fc87d7e (diff) | |
| download | genenetwork2-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.html | 4 |
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; |
