-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The padding were not respected between element in a line and stepping to the next line - We now prefer move the first element in a row to the X padding, to avoid computation - the responsive behavior is to center elements in a row, so it must be OK - We accept now that a non-responsive element is added to the container, it will be resized to the default 100% of the container width - We previously use the window size to compute the reponsive element sizes. That's an error... The reponsivity should be set to the container size. That fixed now.
- Loading branch information
Showing
3 changed files
with
44 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters