summaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 14:21:13 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 23:00:18 +0200
commitbd59f2bf9215d72ade69b5d31dfcbe8a0eb1e6b8 (patch)
treedc0a3128dd5244b447f5fdbb9c348893fe38c0e9 /docs/style.css
parent68f0d3ff12520045c144e28417ff347f89fb721a (diff)
downloadsystemd-bd59f2bf9215d72ade69b5d31dfcbe8a0eb1e6b8.tar.gz
docs: respect default browser font-size
16px is default by all browser vendors when font-setting is defined to be 'medium'. Scale all font sizes and margins to based on 16px base size.
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/style.css b/docs/style.css
index 43bc86003a..fc2bd1c774 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -21,7 +21,7 @@
html, body {
margin: 0;
padding: 0;
- font-size: 16px;
+ font-size: 1rem;
font-family: "Heebo", sans-serif;
font-weight: 400;
line-height: 1.6;
@@ -31,13 +31,13 @@ body {
background-color: #f6f5f4;
}
h1, h2, h3, h4, h5, h6 {
- margin: 1rem 0 10px;
+ margin: 1rem 0 0.625rem;
font-weight: 600;
line-height: 1.25;
}
h1 {
text-align: center;
- font-size: 30px;
+ font-size: 1.87rem;
font-weight: 400;
font-style: normal;
margin-bottom: 2rem;
@@ -46,12 +46,12 @@ h1 {
h1 {
margin-left: 10%;
margin-right: 10%;
- font-size: 38px;
+ font-size: 2.375em;
}
}
h2 {
- margin-top: 3rem;
font-size: 1.25rem;
+ margin-top: 2.5em;
}
h3 {
font-size: 1.15rem;
@@ -92,6 +92,8 @@ hr {
}
.page-logo > img {
display: block;
+ width: 12.625em;
+ height: auto;
margin: 0 auto;
}