halfmoon icon indicating copy to clipboard operation
halfmoon copied to clipboard

xxl breakpoint size?

Open ixahmedxi opened this issue 4 years ago • 4 comments

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!

ixahmedxi avatar Aug 14 '20 13:08 ixahmedxi

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.

halfmoonui avatar Aug 14 '20 23:08 halfmoonui

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.

ixahmedxi avatar Aug 15 '20 00:08 ixahmedxi

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.

halfmoonui avatar Aug 15 '20 01:08 halfmoonui

yes of course not only for .container but for anything that gets a restricted widths based on breakpoints like .container.

ixahmedxi avatar Aug 15 '20 03:08 ixahmedxi