Sem resumo de edição
Sem resumo de edição
Linha 26: Linha 26:
   display: flex;
   display: flex;
   flex-direction: row;
   flex-direction: row;
   align-items: flex-start;
   align-items: stretch; /* estica os itens para a mesma altura */
   gap: 6px;
   gap: 6px;
}
}
Linha 34: Linha 34:
   font-weight: bold;
   font-weight: bold;
   font-size: 1.1em;
   font-size: 1.1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* faz o CINE ficar no topo e o LINUX na base */
}
}


Linha 41: Linha 44:
   color: #6b21a8;
   color: #6b21a8;
   text-transform: uppercase;
   text-transform: uppercase;
   margin-top: 0.1em;
   margin-top: 0; /* remove margem superior para alinhar certinho */
  display: flex;
  align-items: center;
}
}