diff --git a/htdocs/assets/_floatingbar.php b/htdocs/assets/_floatingbar.php index df06075..43e1732 100644 --- a/htdocs/assets/_floatingbar.php +++ b/htdocs/assets/_floatingbar.php @@ -9,8 +9,8 @@
Home
- N - H +N
+H
@@ -20,8 +20,8 @@Projects
- N - P +N
+P
@@ -31,8 +31,8 @@Blog
- N - B +N
+B
@@ -42,8 +42,8 @@Contact
- N - C +N
+C
@@ -54,8 +54,8 @@Send Email
- Q - E +Q
+E
@@ -65,8 +65,8 @@Chat Online
- Q - M +Q
+M
@@ -76,8 +76,8 @@Source Code
- Q - S +Q
+S
diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css index c4bebbf..5823492 100644 --- a/htdocs/assets/style.css +++ b/htdocs/assets/style.css @@ -999,6 +999,10 @@ video { width: 100vw; } +.w-\[20px\] { + width: 20px; +} + .rotate-\[15deg\] { --tw-rotate: 15deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));