-
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.
Merge pull request #71 from DanielBrito/issue46
docs: rewrite readme
- Loading branch information
Showing
4 changed files
with
11 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Poemix | ||
# POEMIX | ||
|
||
Minimalist platform to share my poetry. | ||
![Poemix logo](poemix.png) | ||
|
||
For more info, read the [Wiki](https://github.com/DanielBrito/poemix/wiki) or access the [Project](https://github.com/users/DanielBrito/projects/4). | ||
<h3 align="center">🖤 A minimalist platform to share my poetry 💣</h3> | ||
|
||
The main purpose behind **Poemix** is to promote my publications in an *open and free way*, migrating from the Issuu platform, whose free version had become very limited and full of ads. | ||
|
||
The idea was to create something simple, without fancy details or distracting animations, focusing only on displaying my zines and books. | ||
|
||
I also took the opportunity to explore new tools such as Vite and TailwindCSS. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -7,5 +7,5 @@ | |
} | ||
|
||
#pdf-iframe { | ||
height: calc(100vh - 95px); | ||
height: calc(100vh - 90px); | ||
} |
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,3 +1,3 @@ | ||
.publication-wrapper { | ||
@apply px-8 flex justify-center flex-col; | ||
@apply px-4 flex justify-center flex-col; | ||
} |