-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix:block map scrolling without ctrl/cmd key pressed * feat: add image to blogs page(i dont like it at all) * fix:active navlinks + add image to the header of every page
- Loading branch information
1 parent
5a37635
commit 262d9c1
Showing
7 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<div class="bg-gray-50 lg:absolute lg:top-0 lg:right-0 lg:w-1/2 relative"> | ||
<svg | ||
class="absolute top-0 left-0 hidden h-48 w-fulltranslate-x-1/2 transform fill-white lg:block" | ||
viewBox="0 0 100 100" | ||
preserveAspectRatio="none" | ||
aria-hidden="true" | ||
> | ||
<polygon points="0,0 100,50 50,100 0,100"></polygon> | ||
</svg> | ||
<img | ||
class="aspect-[3/2] object-cover lg:aspect-auto lg:h-48 lg:w-full" | ||
src="/gradient.avif" | ||
alt="" | ||
/> | ||
</div> |
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
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