Oops, put photos_holder rule in etiquette.css, not common.

This commit is contained in:
voussoir 2020-11-04 17:35:54 -08:00
parent 387a9e7b81
commit 843e8d6743
2 changed files with 6 additions and 6 deletions

View file

@ -12,12 +12,6 @@
{
--narrow: 1;
}
.photos_holder
{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
}
.hidden

View file

@ -106,6 +106,12 @@ input, select, textarea
background-color: var(--color_transparency);
z-index: -1;
}
.photos_holder
{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
}
.editor_input