mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Base is now width 98% after md we switch to 48%
This commit is contained in:
parent
2eed0986a5
commit
19ac18af2a
@ -3,7 +3,7 @@
|
||||
<ds-flex-item
|
||||
v-for="group in groups"
|
||||
:key="group.id"
|
||||
:width="{ base: '47%' }">
|
||||
:width="{ base: '98%', sm: '98%', md: '48%' }">
|
||||
<group-teaser :group="group" />
|
||||
</ds-flex-item>
|
||||
</ds-flex>
|
||||
@ -24,6 +24,6 @@ export default {
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.ds-flex-item {
|
||||
margin: 0em 1em 2em 1em;
|
||||
margin: 0 1% 2% 1%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user