halfmoon
halfmoon copied to clipboard
xxl breakpoint size?
Hello,
First of all awesome framework, great job! I have a small suggestion, with the increased resolution of screens, it seems like 1200px as a max breakpoint is a bit too small. Bootstrap v5 introduces a new breakpoint (xxl) which is 1400px. I think this breakpoint could be a great addition as that it will be nicer on high resolution screens. I can help out with creating this.
Thanks!
Hey, thanks for bringing this up. Halfmoon auto-scales up everything when the screen size gets bigger than 1600px
. You can see it in this image: Image link
Do you feel this removes the need for the xxl
breakpoint you are suggesting? I would love some more opinions too if possible.
Oh sorry for not mentioning, I was talking about the .container class, it says in the docs that Extra large (1200px) is the largest breakpoint so I am suggesting to add another one (Extra Extra large) 1400px for that class.
Only adding an extra extra large .container
does not make sense to me. It has to be a full breakpoint if it is to be added.
yes of course not only for .container
but for anything that gets a restricted widths based on breakpoints like .container
.