From fdacd34e52e734e2fc4c200dc57071ccd6987a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=C3=ABl=20Couwenberg?= Date: Mon, 29 Jul 2024 17:25:08 +0200 Subject: [PATCH 1/2] Update page.ejs --- views/layouts/page.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/layouts/page.ejs b/views/layouts/page.ejs index 2fb1fc2..7f44aff 100644 --- a/views/layouts/page.ejs +++ b/views/layouts/page.ejs @@ -44,8 +44,8 @@ display: flex; justify-content: center; align-items: center; - width: 2rem; - height: 2rem; + width: 3rem; + height: 3rem; } a:has(.method-group__item) { @@ -104,4 +104,4 @@ }); - \ No newline at end of file + From 690e5cbeadb8d694403ce2caad094d851e79d031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ro=C3=ABl=20Couwenberg?= Date: Tue, 30 Jul 2024 16:40:38 +0200 Subject: [PATCH 2/2] Update compose.md --- docs/compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compose.md b/docs/compose.md index d60d551..b42f69e 100644 --- a/docs/compose.md +++ b/docs/compose.md @@ -1,6 +1,6 @@ # Docker Compose example -This directory contains examples of how to deploy the authentication proxy in a Docker Swarm environment. +This directory contains examples of how to deploy the authentication proxy in a Docker compose environment. ## Prerequisites