mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
website: justify center the downloads on smaller screens
### What does this PR do? Centers the downloads section when viewing on smaller screens. ### Screenshot/screencast of this PR <!-- Please include a screenshot or a screencast explaining what is doing this PR --> ### What issues does this PR fix or reference? The downloads aren't centered on smaller screens <!-- Please include any related issue from Podman Desktop repository (or from another issue tracker). --> ### How to test this PR? View the site :) <!-- Please explain steps to reproduce --> Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
parent
28dfdafd07
commit
1e971d7f60
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ function RunAnywhere() {
|
|||
Use the same UI across different operating systems
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex flex-wrap w-full">
|
||||
<div className="flex flex-wrap w-full justify-center">
|
||||
<div className="p-4 w-11/12 md:w-1/2 lg:w-1/3">
|
||||
<div className="flex rounded-lg h-full bg-zinc-300 dark:bg-zinc-700 bg-opacity-60 p-8 flex-col">
|
||||
<Link
|
||||
|
|
|
|||
Loading…
Reference in a new issue