浏览代码

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


正在加载...
取消
保存