Mais ações
Sem resumo de edição Etiqueta: Reversão manual |
Sem resumo de edição |
||
| Linha 18: | Linha 18: | ||
.three-column{ | .three-column{ | ||
display: | display: flex; | ||
flex-direction: column; | |||
flex-wrap: wrap; | |||
height: 712px; | |||
} | } | ||
Edição das 15h59min de 13 de outubro de 2021
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
font-family: 'Spectral', serif;
}
/* Changes the default font used for MediaWiki headings to Spectral: */
#content p {
text-align: justify-left;
}
#content h1,
#content h2,
#content h3 {
font-family: 'Spectral', serif;
}
.three-column{
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 712px;
}