Skip to content

Commit

Permalink
Recentrage de la page
Browse files Browse the repository at this point in the history
  • Loading branch information
WiredMind2 committed Aug 12, 2024
1 parent 65f7c69 commit 459b673
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
40 changes: 5 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -309,7 +280,6 @@ DEPENDENCIES
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)

BUNDLED WITH
2.5.17
4 changes: 2 additions & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ footer {
justify-content: flex-start;
align-items: flex-start;
margin: 20px;
width: 100%;
/* width: 100%; */
height: 100%;
}

Expand All @@ -281,7 +281,7 @@ footer {
justify-content: space-evenly;
background: var(--background);
border-radius: 2em;
width: 100%;
/* width: 100%; */
padding: 1em;
}

Expand Down

0 comments on commit 459b673

Please sign in to comment.