Mudanças entre as edições de "Predefinição:ItemButton/styles.css"
Ir para navegação
Ir para pesquisar
| Linha 14: | Linha 14: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
} | |||
.caixa-categoria{ | |||
border: 1px solid #e0e0e0; | |||
border-radius: 8px; | |||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); | |||
overflow: hidden; | |||
margin-bottom: 20px; | |||
background: #fff; | |||
} | } | ||
Edição das 20h05min 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;
}
.caixa-categoria{
border: 1px solid #e0e0e0;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
overflow: hidden;
margin-bottom: 20px;
background: #fff;
}