mr-harding / LOUIS-2.4-DITWebDevelopment

LOUIS
https://louisconway.github.io/2.4-DITWebDevelopment/
1 stars 0 forks source link

Mid Window Sizing #29

Open louisconway opened 5 years ago

louisconway commented 5 years ago

When minimising the window frame size the hero text on the main page stays at a constant size until it reaches the 600px media query. Not sure entirely how to fix this small problem, may have to changes the width of the div to a percentage instead of a px value.

Screen Shot 2019-09-16 at 12 40 51 pm
louisconway commented 5 years ago

Using VW, which is talking about the view port width. This means its relevant in terms of what you can see ie your view port.

louisconway commented 5 years ago
Screen Shot 2019-09-16 at 3 16 58 pm

Working well, using a view point width and percentage vertical alignment has sorted this problem.