aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/dataset.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/dataset.html b/wqflask/wqflask/templates/dataset.html
index e910b37c..efbccb4e 100644
--- a/wqflask/wqflask/templates/dataset.html
+++ b/wqflask/wqflask/templates/dataset.html
@@ -2,9 +2,13 @@
{% block css %}
<style type="text/css">
- .page-header {
- text-underline-offset: 0.5rem;
- padding: 1em;
+ .page-header, .dataset-content {
+ padding-left: 10%;
+ line-height: 1.375;
+ }
+ .page-header h1 {
+ font-size: 1.8em;
+ line-height: 1.375;
}
.panel-about {
background: #F8F8F8;