forked from DebaucheryLibrarian/traxxx
Move tag posters and photos to media database.
This commit is contained in:
@@ -31,7 +31,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.networks {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, 15rem);
|
||||
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
|
||||
grid-gap: 1rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user