mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
9 lines
148 B
CSS
9 lines
148 B
CSS
#content {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
/*# sourceMappingURL=Gallery.razor.css.map */
|