ソースを参照

css changes for making of section

main
Simon Bowie 1年前
コミット
2bffd50453
1個のファイルの変更10行の追加1行の削除
  1. +10
    -1
      web/app/static/styles/custom.css

+ 10
- 1
web/app/static/styles/custom.css ファイルの表示

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


読み込み中…
キャンセル
保存