lauriii / umami

[Deprecated] Umami is now included in Drupal Core. All further work happens there.
https://www.drupal.org/project/issues/drupal?component=Umami+demo
GNU General Public License v2.0
18 stars 5 forks source link

Components: Content List: 2 Col #39

Closed markconroy closed 6 years ago

markconroy commented 6 years ago

Is this a views list? If so, I presume this is taken care of by the .grid--2 class in the /layouts css directory.

Will we close this?

/``` **

.grid--2 .views-row { margin-bottom: 28px; }

@media screen and (min-width: 30em) { .grid--2 { overflow-x: hidden; } .grid--2 .view-content { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -14px; } .grid--2 .views-row { display: flex; flex: 0 0 calc(50% - 28px); margin: 0 10px 28px; } }