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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorChad Schulz <chad.awesome@gmail.com>2022-10-06 21:07:37 +0300
committerGitHub <noreply@github.com>2022-10-06 21:07:37 +0300
commit53ae06456a38be1cbd982c118d415abee66800f8 (patch)
treee447e912f85555949dd89c5dd52a231fd7254fc2 /assets
parent135066d7866100c78a081d9f7a4eb549ed2c4c01 (diff)
update site title, so pages have a single h1 element
Diffstat (limited to 'assets')
-rw-r--r--assets/css/components/_app.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/components/_app.scss b/assets/css/components/_app.scss
index 643f3ce..35cd1ef 100644
--- a/assets/css/components/_app.scss
+++ b/assets/css/components/_app.scss
@@ -24,6 +24,14 @@
}
}
+.app-header-title {
+ color: $lightest-color;
+ display: block;
+ font-size: 2em;
+ margin: 0.67em 0;
+ font-weight: bold;
+}
+
@media (min-width: 940px) {
.app-header {
position: fixed;