소스 검색

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


Loading…
취소
저장