Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sizing a width by VW units while assuring a minimum width

How can I size a DIV with a vw units on the upper size BUT assure a minimum width of at least 100px?

.container {
    min-width:1000px;
    width: 85vw;
}

Is not working...

like image 934
akaphenom Avatar asked May 22 '26 20:05

akaphenom


1 Answers

maybe you forgot this

 <meta name="viewport" content="width=device-width, initial-scale=1.0">
like image 85
Geoffrey-ap Avatar answered May 25 '26 10:05

Geoffrey-ap



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!