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
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/hallo/_base.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/scss/hallo/_base.scss b/assets/scss/hallo/_base.scss
index fe91eeb..99e2c92 100644
--- a/assets/scss/hallo/_base.scss
+++ b/assets/scss/hallo/_base.scss
@@ -32,6 +32,15 @@ h2 {
font-size: 3rem;
font-weight: normal;
}
+@media screen and (max-width: $break-large) {
+ h1 {
+ font-size: 6rem;
+ }
+
+ h2 {
+ font-size: 2.5rem;
+ }
+}
img.portrait {
border-radius: 50%;