You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
If it helps any, you can use @media tags in your css file so that your layout only changes if a screen size is below a certain amount ^^ Here's a page about it on w3schools! https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Basically - you can have your web layout be however you like, and make it change into an accessible version for small screens!
ah, ty! i might do this at some point actually so i can revert back to my usual layout. w3schools coming in clutch once again lol.
It's a really good code! :D I test it out on my layouts by just making my browser window smaller, and then just changing it for whichever pixel width makes the layout break LOL