Skip to content

Commit

Permalink
Make download banner slimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstrongdev committed Aug 15, 2024
1 parent 705471e commit 36451f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/download/banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

function Banner() {
return (
<div className="rounded-lg m-auto w-full p-4 bg-rhino-purple text-white text-center mt-0 mb-4">
<div className="rounded-lg m-auto w-full p-2 bg-rhino-purple text-white text-center mt-0 mb-4">
<p className="md:mb-0 mb-4">For an archive of previous releases, please visit our <a href="https://sourceforge.net/projects/rhino-linux-builder/files/" className="underline">SourceForge</a>.</p>
<p>Looking for our docker images? <a href="https://rhinolinux.org/wiki-docker.html" className="underline">Click here</a>.</p>
</div>
Expand Down

0 comments on commit 36451f1

Please sign in to comment.