Ver código fonte

css changes for making of section

main
Simon Bowie 1 ano atrás
pai
commit
2bffd50453
1 arquivos alterados com 10 adições e 1 exclusões
  1. +10
    -1
      web/app/static/styles/custom.css

+ 10
- 1
web/app/static/styles/custom.css Ver arquivo

@@ -485,7 +485,7 @@ canvas > * {
}

/* MAKING */
/* MAKING OF */

.making {
margin: 0% 20%;
@@ -518,6 +518,15 @@ canvas > * {
border-bottom: 0.25rem dashed var(--color-lightyellow);
}

code {
display: flex;
flex-direction: column;
flex-wrap: wrap;
}

p code {
margin: 1rem 0rem !important;
}

/***************** MOBILE ****************/


Carregando…
Cancelar
Salvar