Responsive Friday Facts
Posted: Thu Jan 11, 2018 5:47 pm
Hello all,
just sitting in my car today and waiting for my mom, i was bored and looking for some funny stuff in the net. then i remember that i miss the FF last friday and visit this page with my iphone6. but what i see wasnt so nice. the letters are so tiny, that i just cant read them, even with my glasses. as little webdeveloper i cant believe that this can be so hard to fix, and yeah, its easy.
add to head:
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
change in css:
.container { max-width: 940px; padding:10px}
.span12 { max-width: 940px; }
done... may some more tests are required, but most of the side is responsive then.
ty for reading and bye
just sitting in my car today and waiting for my mom, i was bored and looking for some funny stuff in the net. then i remember that i miss the FF last friday and visit this page with my iphone6. but what i see wasnt so nice. the letters are so tiny, that i just cant read them, even with my glasses. as little webdeveloper i cant believe that this can be so hard to fix, and yeah, its easy.
add to head:
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
change in css:
.container { max-width: 940px; padding:10px}
.span12 { max-width: 940px; }
done... may some more tests are required, but most of the side is responsive then.
ty for reading and bye