-
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.
* style: π¨ tweak position and spacing of zotmeet logo * fix: π change header type for creation to improve seo * style: π¨ tweak background gradient to match figma * style: π¨ re-arrange creation input fields to match figma * style: π¨ change colors to improve contrast of input fields * style: π¨ change "anytime" to "any time" to be more gramatically safe * style: π¨ improve spacing of sidebar and navbar
- Loading branch information
Showing
8 changed files
with
41 additions
and
56 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<script lang="ts"> | ||
</script> | ||
|
||
<a href="/" class="flex items-center space-x-4"> | ||
<div class="h-8 w-8 rounded-lg border-2 border-black bg-primary md:h-10 md:w-10 md:border-4" /> | ||
<h1 class="font-montserrat text-3xl font-semibold text-gray-dark md:text-4xl">ZotMeet</h1> | ||
<a href="/" class="flex items-center space-x-4 md:pb-1 md:pl-3"> | ||
<div | ||
class="h-8 w-8 rounded-lg border-2 border-gray-800 bg-gradient-to-tr from-primary to-accent md:h-10 md:w-10" | ||
/> | ||
<h1 class="font-montserrat text-3xl font-medium text-gray-dark md:text-4xl">ZotMeet</h1> | ||
</a> |
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