From b22e583ab38cc8307aae04a5133e5dc08639c624 Mon Sep 17 00:00:00 2001
From: rick
Date: Sat, 5 Jul 2025 21:41:12 +0200
Subject: [PATCH] make it float right
---
web/index.html | 4 +---
web/style.css | 7 +++----
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/web/index.html b/web/index.html
index 9f410e3..b8b0c57 100644
--- a/web/index.html
+++ b/web/index.html
@@ -13,9 +13,7 @@
I like to tinker around with Linux/Electronics stuff since 1995.
In my freetime i like to play games on my switch and watch anime ^^
-
-

-
+
At fist i gonna use it as a blog where i post stuff about Linux/Electronics stuff.
I also use this site to tinker around with webstuff, learning new things is always interesting.
diff --git a/web/style.css b/web/style.css
index dee1ed3..5090535 100644
--- a/web/style.css
+++ b/web/style.css
@@ -6,8 +6,7 @@ table, th, td {
padding: 4px;
}
-.avatar {
- float: right;
- justify-content: center;
- align-items: center;
+.float-right{
+ float:right;
}
+