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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-04-29 18:38:21 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-18 15:15:49 +0300
commit6c6ab7864c3788ed450a515f0b046f11cd083dc1 (patch)
treed7441218061f79c9dad7ab27b01fd1dad9cd73a2 /static
parent7215ad22c5d2a19b6e457410c2867a3f0b9e5be3 (diff)
2020-4-29
Diffstat (limited to 'static')
-rw-r--r--static/dist/app.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/static/dist/app.css b/static/dist/app.css
index 5f09951..9fdf245 100644
--- a/static/dist/app.css
+++ b/static/dist/app.css
@@ -640,7 +640,7 @@ h1 {
font-size: 1.875rem;
}
-@media (min-width: 640px) {
+@media (min-width: 1024px) {
h1 {
font-size: 2.25rem;
}
@@ -654,7 +654,7 @@ h2 {
font-size: 1.5rem;
}
-@media (min-width: 640px) {
+@media (min-width: 1024px) {
h2 {
font-size: 1.875rem;
}
@@ -692,6 +692,13 @@ h6 {
font-size: 1.125rem;
}
+hr {
+ border: none;
+ border-bottom: 1px solid #9ACFBF;
+ margin-bottom: 0.8em;
+ height: 10px;
+}
+
a {
color: #028760;
text-decoration: none;