Commit Graph

8 Commits

Author SHA1 Message Date
spongycake e6e092426e head style points to style.css 2022-02-01 23:12:05 +00:00
spongycake e7454629c0 +gutter and gutter-half setting
"Gutters or alleys are spacing between content tracks".

For more info see the Mozilla Developer Network Docs https://developer.mozilla.org/en-US/docs/Glossary/Gutters
2022-01-28 12:43:59 +00:00
spongycake ba36dca6e1 +container, full-width-container
Container's max-width was reflected to setting $container-page-width found within settings.

Container makes use of $gutter-half from settings for easier coding and
consistency.

Container now makes use of media queries. We add and subtract margins based on screen size. In particular, we register margin gutters when the viewport width is within the container-page-width.

.full-width-container is set to 100% width, expanding fully for each screen size. This additional class is expected to be used for content outside of textual information e.g. artwork.
2022-01-28 12:23:27 +00:00
spongycake 6c1919e68a +container-page-width setting 2022-01-26 03:09:25 +00:00
spongycake 0d62040180 Mixins file added.
Contains reusable family of operations. Helps to follow Don't Repeat
Yourself (DRY) methodology.
2022-01-26 01:17:01 +00:00
spongycake 1b35e763fe sizes and values generated from sass mq profile 2022-01-26 01:11:52 +00:00
spongycake 6dac5b5fa5 brought mq and vendor sass 2022-01-26 01:04:20 +00:00
Dooglet 26aefc01be css,js sources 2022-01-23 19:09:33 +00:00