diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-01-02 02:17:57 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-01-02 02:17:57 +0300 |
commit | f6f13594a63953c0870dec9b9af6eb6e446c4232 (patch) | |
tree | 71dc922171e31461fece396588b1a2b3225c5332 /sass/css | |
parent | 8acb898a2f2730e2a853c844f0e8b9bb2d690f49 (diff) | |
download | yaroslavps.com-f6f13594a63953c0870dec9b9af6eb6e446c4232.tar.gz yaroslavps.com-f6f13594a63953c0870dec9b9af6eb6e446c4232.zip |
Quesadillas recipe
I mean, there's nothing special to them, but they are great!
Diffstat (limited to 'sass/css')
-rw-r--r-- | sass/css/yaroslavps.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sass/css/yaroslavps.scss b/sass/css/yaroslavps.scss index 6f134e9..1d9db88 100644 --- a/sass/css/yaroslavps.scss +++ b/sass/css/yaroslavps.scss @@ -76,11 +76,11 @@ h1 { } h2 { - font-size: 1.6em; + font-size: 1.8em; } h3 { - font-size: 1.3em; + font-size: 1.5em; } hr { @@ -147,7 +147,8 @@ span.icon > img { font-style: italic; } -h2 > span.publish-date { +span.publish-date { + margin-left: 1em; display: inline-block; font-size: 0.8em; } |