assets/main.scss
style: smaller blog page title
This commit is contained in:
parent
2c37dc596c
commit
e8179ce799
4 changed files with 6 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -27,6 +27,5 @@ end
|
||||||
|
|
||||||
# Performance-booster for watching directories on Windows
|
# Performance-booster for watching directories on Windows
|
||||||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||||
|
|
||||||
|
|
||||||
gem "webrick", "~> 1.7"
|
gem "webrick", "~> 1.7"
|
||||||
|
gem 'jekyll-archives'
|
||||||
|
|
|
@ -31,6 +31,8 @@ GEM
|
||||||
rouge (~> 3.0)
|
rouge (~> 3.0)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
terminal-table (~> 2.0)
|
terminal-table (~> 2.0)
|
||||||
|
jekyll-archives (2.2.1)
|
||||||
|
jekyll (>= 3.6, < 5.0)
|
||||||
jekyll-feed (0.17.0)
|
jekyll-feed (0.17.0)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-sass-converter (2.2.0)
|
jekyll-sass-converter (2.2.0)
|
||||||
|
@ -86,6 +88,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (~> 4.2.0)
|
jekyll (~> 4.2.0)
|
||||||
|
jekyll-archives
|
||||||
jekyll-feed (~> 0.12)
|
jekyll-feed (~> 0.12)
|
||||||
minima (~> 2.5.1)
|
minima (~> 2.5.1)
|
||||||
tzinfo (~> 1.2)
|
tzinfo (~> 1.2)
|
||||||
|
|
|
@ -32,6 +32,7 @@ theme: minima
|
||||||
highighter: rouge
|
highighter: rouge
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
- jekyll-archives
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
- scope:
|
- scope:
|
||||||
|
|
|
@ -340,7 +340,7 @@ iframe.mastodon-embed {
|
||||||
font-family: "Source Serif Pro", serif;
|
font-family: "Source Serif Pro", serif;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 56px;
|
font-size: 48px;
|
||||||
margin: 0 0 10px -2.63px;
|
margin: 0 0 10px -2.63px;
|
||||||
line-height: 1.04;
|
line-height: 1.04;
|
||||||
padding-top: 5px !important;
|
padding-top: 5px !important;
|
||||||
|
|
Loading…
Reference in a new issue