diff --git a/web/index.html b/web/index.html index b8cbc7b..80386c9 100644 --- a/web/index.html +++ b/web/index.html @@ -6,7 +6,6 @@

Welcome to my small site

- hey, its rick

Hi, i'm Rick. Welcome to my small site
Don't expect to much rn, hopefully the site will extend over some time.

@@ -21,6 +20,7 @@

Also check out Fediring on the bottom of this site, its a collection of websites from cool and very nice ppl of the fediverse ;) If you wanna know more about fediverse, head over here -> fediverse.party/en/fediverse

+ hey, its rick

Here some links where you can find other stuff which i eiher selfhost or use:

diff --git a/web/style.css b/web/style.css index 638d5ac..5090535 100644 --- a/web/style.css +++ b/web/style.css @@ -6,7 +6,7 @@ table, th, td { padding: 4px; } -.float-left{ - float:left; +.float-right{ + float:right; }