# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 6
# self = https://watcher.sour.is/conv/v6ksn2q
I launched a new version of my website (https://kolesnikov.se) last night. What do you think about it? Don't forget to leave a message in my guestbook ;-)
@win0err I like it (on desktop) 👌 On mobile (iOS) the text is a bit small/hard to read. It's otherwise a good layout 👌
@win0err I like it (on desktop) 👌 On mobile (iOS) the text is a bit small/hard to read. It's otherwise a good layout 👌
@win0err I agree with @prologic about the text size. Adding content="width=device-width" to your viewport meta tag will help massively with scaling on different device widths.

Eg. The first screenshot is the current site with a device width of 440px and the second is with the updated viewport meta tag.




Other than that, I like the aesthetic of it 😊 It gives me early-ish internet vibes, which I wasn't online for (I'm a '90s baby) but I've seen some pretty early websites.
@screem is totally right, just setting that one property on your page does wonders for your website's accessibility on all kinds of devices 😅 @win0err you should consider adding this 👌
@screem is totally right, just setting that one property on your page does wonders for your website's accessibility on all kinds of devices 😅 @win0err you should consider adding this 👌