billsworld.neocities.org
Actually the viewport is doing what is supposed to do... what you could do make sure that your elements aren't fixed width.
You could use percentages like this -> https://stackoverflow.com/questions/24299990/can-percentage-be-provided-in-iframe-tag-of-html5-tag-for-height-and-width You could also give them a minimum size, too, if you don't want your frames to shrink beyond a certain point. e.g. - width:60&; min-width:120px;
Actually the viewport is doing what is supposed to do... what you could do make sure that your elements aren't fixed width.
You could use percentages like this -> https://stackoverflow.com/questions/24299990/can-percentage-be-provided-in-iframe-tag-of-html5-tag-for-height-and-width You could also give them a minimum size, too, if you don't want your frames to shrink beyond a certain point. e.g. - width:60&; min-width:120px;