mirror of
https://github.com/kogakure/website-11ty-kogakure.de.git
synced 2026-02-03 20:25:30 +00:00
fix: long headlines on mobile screens
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = function (config) {
|
||||
Object.keys(filters).forEach((filterName) => {
|
||||
config.addFilter(filterName, filters[filterName]);
|
||||
});
|
||||
config.addFilter('nbsp', filterNbsp(2, 15));
|
||||
config.addFilter('nbsp', filterNbsp(2, 10));
|
||||
|
||||
// Watch for changes and reload
|
||||
config.addWatchTarget('src/assets');
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
--font-size-4: clamp(1.25rem, 1.8vw, 2rem);
|
||||
--font-size-5: clamp(1.5rem, 2.9vw, 3.25rem);
|
||||
--font-size-6: clamp(2.25rem, 4.7vw, 5.3rem);
|
||||
--font-size-7: clamp(3.3rem, 7.3vw, 8.5rem);
|
||||
--font-size-7: clamp(3rem, 7.3vw, 8.5rem);
|
||||
--font-size-8: clamp(4.5rem, 12.2vw, 13.87rem);
|
||||
--font-size-9: clamp(5.5rem, 28.7vw, 22.43rem);
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
<title>
|
||||
{%- if isHome -%}
|
||||
{{ site.title }} · {{ localizedDescription }}
|
||||
{{ site.title | replace("­", "") }} · {{ localizedDescription }}
|
||||
{%- else -%}
|
||||
{{ title }} · {{ site.title }} · {{ localizedDescription }}
|
||||
{{ title | replace("­", "") }} · {{ site.title }} · {{ localizedDescription }}
|
||||
{%- endif -%}
|
||||
</title>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Einbruchswerkzeuge"
|
||||
title: "Einbruchs­werkzeuge"
|
||||
priority: 410
|
||||
date: 2006-04-01T17:46:00+02:00
|
||||
author: "Stefan Imhoff"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Feuerwerkzeuge"
|
||||
title: "Feuer­werkzeuge"
|
||||
priority: 420
|
||||
date: 2006-04-01T17:49:00+02:00
|
||||
author: "Stefan Imhoff"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Kletterwerkzeuge"
|
||||
title: "Kletter­werkzeuge"
|
||||
priority: 415
|
||||
date: 2006-04-01T17:47:00+02:00
|
||||
author: "Stefan Imhoff"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Ninjakleidung"
|
||||
title: "Ninja­kleidung"
|
||||
priority: 425
|
||||
date: 2006-04-01T17:50:00+02:00
|
||||
author: "Stefan Imhoff"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Trainingsfaktoren"
|
||||
title: "Trainings­faktoren"
|
||||
priority: 320
|
||||
date: 2006-03-28T17:30:01+02:00
|
||||
author: "Stefan Imhoff"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Wasserwerkzeuge"
|
||||
title: "Wasser­werkzeuge"
|
||||
priority: 405
|
||||
date: 2006-04-01T17:44:00+02:00
|
||||
author: "Stefan Imhoff"
|
||||
|
||||
Reference in New Issue
Block a user