From 83f91d2714f9bfbd4f55ff6104df9dde28518993 Mon Sep 17 00:00:00 2001 From: Pavel Novikov Date: Mon, 22 May 2023 01:50:53 +0300 Subject: [PATCH 1/3] Update jekyll-theme-slate.scss Make usage of in headers *not* ugly on small device screens --- _sass/jekyll-theme-slate.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/jekyll-theme-slate.scss b/_sass/jekyll-theme-slate.scss index b721960e..bbe7e12c 100644 --- a/_sass/jekyll-theme-slate.scss +++ b/_sass/jekyll-theme-slate.scss @@ -432,7 +432,7 @@ Small Device Styles } code, pre { - font-size: 11px; + font-size: 0.7857em; } } @@ -482,7 +482,7 @@ Small Device Styles code, pre { min-width: 240px; max-width: 320px; - font-size: 11px; + font-size: 0.7857em; } } From 0ea1c09d1d6c85bb28cdfe1beedddd79f2c6391c Mon Sep 17 00:00:00 2001 From: Pavel Novikov Date: Wed, 15 Nov 2023 23:04:47 +0000 Subject: [PATCH 2/3] trigger check --- _sass/jekyll-theme-slate.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/jekyll-theme-slate.scss b/_sass/jekyll-theme-slate.scss index bbe7e12c..03d586e4 100644 --- a/_sass/jekyll-theme-slate.scss +++ b/_sass/jekyll-theme-slate.scss @@ -432,7 +432,7 @@ Small Device Styles } code, pre { - font-size: 0.7857em; + font-size: 0.78571em; } } @@ -482,7 +482,7 @@ Small Device Styles code, pre { min-width: 240px; max-width: 320px; - font-size: 0.7857em; + font-size: 0.78571em; } } From 8ea8c12b7cbde441fd115f05b1872cd0f6e8dc38 Mon Sep 17 00:00:00 2001 From: Pavel Novikov Date: Wed, 15 Nov 2023 23:05:03 +0000 Subject: [PATCH 3/3] revert trigger check --- _sass/jekyll-theme-slate.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/jekyll-theme-slate.scss b/_sass/jekyll-theme-slate.scss index 03d586e4..bbe7e12c 100644 --- a/_sass/jekyll-theme-slate.scss +++ b/_sass/jekyll-theme-slate.scss @@ -432,7 +432,7 @@ Small Device Styles } code, pre { - font-size: 0.78571em; + font-size: 0.7857em; } } @@ -482,7 +482,7 @@ Small Device Styles code, pre { min-width: 240px; max-width: 320px; - font-size: 0.78571em; + font-size: 0.7857em; } }