forked from verdnatura/salix-front
style updates
This commit is contained in:
parent
24eeb5519a
commit
08e6703853
|
@ -51,28 +51,12 @@ const tags = computed(() => {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.fetchedTags {
|
.fetchedTags {
|
||||||
// display: flex;
|
|
||||||
/* width: 100%; */
|
|
||||||
/* flex: 2; */
|
|
||||||
/* flex-direction: column; */
|
|
||||||
/* flex-wrap: wrap; */
|
|
||||||
/* align-items: flex-start; */
|
|
||||||
/* align-content: flex-end; */
|
|
||||||
// justify-content: flex-start;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 0.15fr); /* Tres columnas de igual tamaño */
|
grid-template-columns: repeat(3, 0fr);
|
||||||
grid-template-rows: repeat(2, auto); /* Dos filas con alto automático */
|
grid-template-rows: repeat(2, auto);
|
||||||
// gap: 5px; /* Espacio entre las celdas */
|
|
||||||
|
max-width: 300px;
|
||||||
.wrap {
|
.wrap {
|
||||||
/* width: 100%; */
|
|
||||||
/* flex-wrap: wrap; */
|
|
||||||
// display: flex;
|
|
||||||
/* flex-direction: row; */
|
|
||||||
/* flex: 1; */
|
|
||||||
// flex: 0 50%;
|
|
||||||
/* padding: 5px; */
|
|
||||||
/* box-sizing: border-box; */
|
|
||||||
/* border: 1px solid #000;*/
|
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue