diff --git a/index.html b/index.html index 3812fa5..60112ed 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,8 @@
- +

PHOTOS

@@ -171,37 +172,47 @@
- +

Anix

-

Unofficial web client for Anixart android app, made in Next.JS

+

Unofficial web client for Anixart android app, + made in Next.JS

-
- +
+

TG-Photos

-

Telegram bot to use telegram as a Google Photo alternative

+

Telegram bot to use telegram as a Google + Photo alternative

- -
+
@@ -225,7 +236,7 @@
-
+

Telegram

@@ -234,7 +245,7 @@
-
+

Matrix

@@ -243,7 +254,7 @@
-
+

VK

@@ -251,7 +262,7 @@
-
+
diff --git a/static/tailwind.css b/static/tailwind.css index df0a575..7b78d04 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -838,6 +838,14 @@ video { height: 2rem; } +.h-\[81px\] { + height: 81px; +} + +.h-\[82px\] { + height: 82px; +} + .max-h-\[40vh\] { max-height: 40vh; } @@ -1203,6 +1211,10 @@ video { text-align: center; } +.text-right { + text-align: right; +} + .text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -1256,6 +1268,10 @@ video { font-size: 12px; } +.text-\[18px\] { + font-size: 18px; +} + .font-bold { font-weight: 700; }