From a2a659be9b6fa4717fde271396fb8ff01e452f63 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 16 May 2023 15:05:42 +0200 Subject: Resize brand icon on small screens --- assets/sass/_custom.scss | 6 +++++- config/_default/menus/menu.en.toml | 2 +- content/learn/participate/_index.md | 7 +++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index e25d0a8..1e0b4c6 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -7,7 +7,11 @@ } .nav_brand picture, .nav_brand img { - max-width: 22rem; + max-width: 15rem; + + @media screen and (min-width: 557px) { + max-width: 22rem; + } } a { diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index b8d5b35..bbc04d7 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -4,6 +4,6 @@ url = "learn/" [[main]] - name = "Blog" + name = "News" weight = 5 url = "blog/" diff --git a/content/learn/participate/_index.md b/content/learn/participate/_index.md index d991078..42ad59c 100644 --- a/content/learn/participate/_index.md +++ b/content/learn/participate/_index.md @@ -2,3 +2,10 @@ title: "Getting involved" weight: 2 --- + +There are many ways to get involved with the Free Software movement, including +publishing your own free software projects, contributing to existing free +software communities, oragnizing events and activism for the cause of free +software, and more. + +{{< button "/learn/participate/contribute" "Learn about contributing" >}}{{< button "/learn/participate/publish" "Learn about publishing" >}} -- cgit v1.3