-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* clean up home page * fixed splash dimentions
- Loading branch information
Showing
6 changed files
with
36 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,13 +25,13 @@ const footerLinks = [ | |
]; | ||
|
||
const Footer = () => ( | ||
<footer className="px-4 py-12 text-gray-200 bg-gray-950 md:px-6 lg:px-8"> | ||
<footer className="px-4 py-12 text-gray-200 bg-gray-950 md:px-6 lg:px-8 border-t border-[#293046]"> | ||
<div className="mx-auto max-w-7xl"> | ||
<div className="flex flex-col items-center justify-between mb-8 space-y-8 md:flex-row md:space-y-0"> | ||
<div className="flex flex-col items-center space-y-4 md:items-start"> | ||
<h2 className="text-2xl font-bold">Onlinefondet</h2> | ||
<div className="flex items-center space-x-2 transition-colors hover:text-onlineyellow"> | ||
<Mail size={18} className="" /> | ||
<Mail size={18} /> | ||
<Link href="mailto:[email protected]"> | ||
[email protected] | ||
</Link> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters