mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(docs) revamp landing page (#1161)
* Added tailwind * Finished styling
This commit is contained in:
parent
da9c961fca
commit
452bd04272
7 changed files with 532 additions and 184 deletions
|
|
@ -3,11 +3,15 @@
|
|||
* bundles Infima by default. Infima is a CSS framework designed to
|
||||
* work well for content-centric websites.
|
||||
*/
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Snowburst+One&display=swap");
|
||||
|
||||
html {
|
||||
html,
|
||||
button {
|
||||
font-family: "Overpass", sans-serif;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue