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

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/hallo/_base.scss')
-rw-r--r--assets/scss/hallo/_base.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/scss/hallo/_base.scss b/assets/scss/hallo/_base.scss
index a8a6e21..5a17380 100644
--- a/assets/scss/hallo/_base.scss
+++ b/assets/scss/hallo/_base.scss
@@ -16,7 +16,7 @@ body {
}
a {
- @include transition(color .2s ease-out);
+ @include transition(color .2s ease-out);
color: $color-foreground;
&:hover {
@@ -32,6 +32,12 @@ h2 {
font-size: 3rem;
font-weight: normal;
}
+
+h3 {
+ font-size: 2rem;
+ font-weight: normal;
+}
+
@media screen and (max-width: $break-large) {
h1 {
font-size: 15vw;