adaptation de breakpoint

This commit is contained in:
Raphael Goetter 2017-08-01 21:02:01 +02:00
parent 319b116243
commit ce97137669
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/* see https://codepen.io/raphaelgoetter/pen/zzwxEE */
.autogrid {
@media (min-width: $small) {
@media (min-width: $tiny) {
display: grid;
grid-auto-flow: column;
grid-auto-column: 1fr;

View File

@ -3,7 +3,7 @@
/* ----------------------------- */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: $small) {
@media (min-width: $tiny) {
.media {
display: flex;
align-items: flex-start;