Mudanças entre as edições de "Predefinição:ItemButton/styles.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 8: Linha 8:
   width: 100%;  
   width: 100%;  
   box-sizing: border-box;
   box-sizing: border-box;
}
.coluna-flex{
flex: 1; min-width: 45%;
display: flex;
flex-direction: column;
}
}

Edição das 20h02min de 15 de outubro de 2025

.container-principal{
	max-width: 1000px; 
   margin: 0 auto; 
   padding: 0 10px; 
   display: flex; 
   flex-wrap: wrap; 
   gap: 20px; 
   width: 100%; 
   box-sizing: border-box;
}

.coluna-flex{
	flex: 1; min-width: 45%; 
	display: flex; 
	flex-direction: column;
}