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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorsomrat-gyver <somrat.gyver@gmail.com>2020-07-04 14:23:50 +0300
committersomrat-gyver <somrat.gyver@gmail.com>2020-07-04 14:23:50 +0300
commit634a76292afb7f69ce5b76a0dd7b6ba22226a888 (patch)
tree8374038f6018687c17c71c02fb2b60c7f745a834 /assets
parentb7fc0ff59ffa00b60e6e5c63f8c238e036e286a2 (diff)
modified list typography
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 27bb219..d0293e3 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -137,10 +137,12 @@ ul {
list-style-type: none;
margin: 0px;
padding-left: 0;
+ font-size: 15px;
}
ol {
padding-left: 20px;
+ font-size: 15px;
}
img {