.container
width overriden
#48959
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Examples: From sizes 768px to 1100px
https://cloud.blender.org/blog/ - Affects page-body and footer.
https://cloud.blender.org/services - Affects footer.
Observed behaviour:
On resize:
_base.sass:35
(see below) overrides all@media
's width rules.So from width 768px to 1100px it stays as 1100px. An unexpected behavior I suppose.
Proposed solution:
The easiest way would be to just remove
.container
'smin-width
rule.But usually on a "Mobile First" approach the rules you have on
_utils.sass:167
(see below) would be the default rules and then you would resize with@media
accordingly. I would suggest doing that.Changed status to: 'Open'
Added subscriber: @nucularJohn
Added subscribers: @dr.sybren, @fsiddi
Changed status from 'Open' to: 'Resolved'