From 459b673856eaff162c82b02af5e27ce9b7abf8ae Mon Sep 17 00:00:00 2001 From: WiredMind2 Date: Mon, 12 Aug 2024 22:32:16 +0400 Subject: [PATCH] Recentrage de la page --- Gemfile.lock | 40 +++++----------------------------------- assets/css/styles.css | 4 ++-- 2 files changed, 7 insertions(+), 37 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dd233f2..4b048f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,16 +40,7 @@ GEM logger faraday-net_http (3.1.1) net-http - ffi (1.17.0-aarch64-linux-gnu) - ffi (1.17.0-aarch64-linux-musl) - ffi (1.17.0-arm-linux-gnu) - ffi (1.17.0-arm-linux-musl) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86-linux-gnu) - ffi (1.17.0-x86-linux-musl) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - ffi (1.17.0-x86_64-linux-musl) + ffi (1.17.0-x64-mingw-ucrt) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (232) @@ -237,17 +228,7 @@ GEM minitest (5.24.1) net-http (0.4.1) uri - nokogiri (1.16.7-aarch64-linux) - racc (~> 1.4) - nokogiri (1.16.7-arm-linux) - racc (~> 1.4) - nokogiri (1.16.7-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.7-x86-linux) - racc (~> 1.4) - nokogiri (1.16.7-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.16.7-x64-mingw-ucrt) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -281,24 +262,14 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + tzinfo-data (1.2024.1) + tzinfo (>= 1.0.0) unicode-display_width (1.8.0) uri (0.13.0) webrick (1.8.1) PLATFORMS - aarch64-linux - aarch64-linux-gnu - aarch64-linux-musl - arm-linux - arm-linux-gnu - arm-linux-musl - arm64-darwin - x86-linux - x86-linux-gnu - x86-linux-musl - x86_64-darwin - x86_64-linux-gnu - x86_64-linux-musl + x64-mingw-ucrt DEPENDENCIES github-pages @@ -309,7 +280,6 @@ DEPENDENCIES minima (~> 2.5) tzinfo (>= 1, < 3) tzinfo-data - wdm (~> 0.1.1) BUNDLED WITH 2.5.17 diff --git a/assets/css/styles.css b/assets/css/styles.css index 266e3e6..2d98dc5 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -264,7 +264,7 @@ footer { justify-content: flex-start; align-items: flex-start; margin: 20px; - width: 100%; + /* width: 100%; */ height: 100%; } @@ -281,7 +281,7 @@ footer { justify-content: space-evenly; background: var(--background); border-radius: 2em; - width: 100%; + /* width: 100%; */ padding: 1em; }