summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Spindler <cedric.spindler@gmail.com>2021-04-06 12:16:09 +0200
committerCedric Spindler <cedric.spindler@gmail.com>2021-04-06 12:16:09 +0200
commiteee4d1775f66a28f6bf7c0ce01eb4c551f08da21 (patch)
treec522f5bf15643b1c4b40c18fc185f4b7cdae9714
parent03023ed5db24c4a5266883d82aa240a30a5e9daa (diff)
Update header sizes
-rwxr-xr-xcss/local.css43
1 files changed, 38 insertions, 5 deletions
diff --git a/css/local.css b/css/local.css
index 2d557249..4306d9a9 100755
--- a/css/local.css
+++ b/css/local.css
@@ -4,23 +4,56 @@
/* Add this class to a bootstrap table to not make it take 100% of the width */
.table-nonfluid {
- width: auto;
+ width: auto;
}
.urlwordbreakall {
- word-break: break-all;
+ word-break: break-all;
}
/*
.half-width-img have to table cols at 50% each and fit image in col
*/
table.half-width-img th {
- width: 50%;
+ width: 50%;
}
/*
.img-fill-container scale an image to fit container in x axis
*/
table.half-width-img img,
.img-fill-container {
- width: 100%;
- height: auto;
+ width: 100%;
+ height: auto;
+}
+
+h1, .h1 {
+ font-size: 30px;
+}
+
+h2, .h2 {
+ font-size: 24px;
+}
+
+h3, .h3 {
+ font-size: 20px;
+}
+
+h4, .h4 {
+ font-size: 18px;
+}
+
+h5, .h5 {
+ font-size: 16px;
+}
+
+h6, .h6 {
+ font-size: 14px;
+}
+
+h1, .h1, h2, .h2, h3, .h3 {
+ margin-top: 18px;
+ margin-bottom: 8px;
+}
+
+blockquote {
+ font-size: unset;
}