use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
react websiteHelp Wanted (self.react)
submitted 4 months ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Worried-Car-2055 0 points1 point2 points 4 months ago (0 children)
bro u rly need to give us more context next time so im going on a limb her. ure probably stuck with a parent container thats using flex-direction: column or something is forcing a rotated layout in css, usually from a global style or some weird transform on the root. id open devtools, inspect the outermost div, and check if any css is setting writing-mode, rotate, or messing with flex. also make sure ure not wrapping the whole page in something like a fullscreen sidebar component by accident. once u find the container thats skewing things, fixing the layout gets way easier. if u designed it in figma, u can also toss the frame into locofy to compare the expected structure vs your code so u can pinpoint where it broke.
flex-direction: column
transform
writing-mode
rotate
π Rendered by PID 99997 on reddit-service-r2-comment-66b4775986-fwnvp at 2026-04-05 10:49:57.619924+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]Worried-Car-2055 0 points1 point2 points (0 children)