Sem resumo de edição
Sem resumo de edição
Linha 21: Linha 21:
   font-family: 'Gemunu Libre', sans-serif !important;
   font-family: 'Gemunu Libre', sans-serif !important;
   color: #4a218f;
   color: #4a218f;
  display: flex;
  flex-direction: row;
  align-items: stretch; /* estica os itens para a mesma altura */
  gap: 6px;
}
.cine-logo-text {
  line-height: 0.7;
   font-weight: 800;
   font-weight: 800;
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* faz o CINE ficar no topo e o LINUX na base */
}
.cine-wiki-right {
   font-size: 2em;
   font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  display: flex;
  align-items: center;
}
}