Browse Source

css changes for making of section

main
Simon Bowie 1 year ago
parent
commit
2bffd50453
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      web/app/static/styles/custom.css

+ 10
- 1
web/app/static/styles/custom.css View File

@@ -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 ****************/


Loading…
Cancel
Save