From ff8ca7db4adccd09a637ff71200ea4af4c47bef6 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 19 Jan 2025 23:37:48 +0300 Subject: [PATCH] [skip ci] fix example docker compose Signed-off-by: ngn --- docker-compose.example.yml | 2 +- src/styles/modules/layout/footer.module.scss | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 14403e5..2d8682c 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -6,7 +6,7 @@ services: - 80:3000 env_file: .env.example depends_on: - - libremdb-redis + - libremdb_redis tmpfs: - /opt/app/.next/cache/:size=10M,mode=0770,uid=65534,gid=65534,noexec,nosuid,nodev security_opt: diff --git a/src/styles/modules/layout/footer.module.scss b/src/styles/modules/layout/footer.module.scss index 2845282..af63d4b 100644 --- a/src/styles/modules/layout/footer.module.scss +++ b/src/styles/modules/layout/footer.module.scss @@ -17,10 +17,6 @@ gap: var(--spacer-2) var(--spacer-4); justify-content: center; flex-wrap: wrap; - - span { - font-weight: 900; - } } &__item {