Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLvv.me <cntrump@gmail.com>2021-03-13 05:11:25 +0300
committerLvv.me <cntrump@gmail.com>2021-03-13 05:11:25 +0300
commit37a4b7215f4fb563035eb9c1b8f661defc7b9954 (patch)
tree66b9ab79225af69ff047381d591fd4309d6584b8
parentcedb826c3d61e9c0d0ea71fe41a6c29d23d75d90 (diff)
update font-size
-rw-r--r--assets/css/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d189bc0..0351aea 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -36,7 +36,7 @@
html {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, 'Microsoft YaHei', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji';
- font-size: 16px;
+ font-size: 15px;
font-weight: 400;
line-height: 1.5;
}
@@ -81,7 +81,7 @@ h6 {
}
h1 {
- font-size: 2em;
+ font-size: 1.75em;
}
h2 {
@@ -97,11 +97,11 @@ h4 {
}
h5 {
- font-size: .875em;
+ font-size: .85em;
}
h6 {
- font-size: .85em;
+ font-size: .7em;
}
blockquote,
@@ -132,7 +132,7 @@ samp {
pre {
display: block;
text-align: left;
- font-size: 85%;
+ font-size: 80%;
line-height: 1.5em;
margin: 0;
padding: 16px;
@@ -247,7 +247,7 @@ b {
#content {
display: block;
margin: 0 auto;
- max-width: 1012px;
+ max-width: 744px;
}
#footer {