소스 검색

Merge branch 'develop'

master
Guillaume Bourgeois 6 달 전
부모
커밋
985e8b2903
2개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. +5
    -4
      producer/web/css/screen.css
  2. +2
    -1
      producer/web/sass/site/_index.scss

+ 5
- 4
producer/web/css/screen.css 파일 보기

@@ -526,18 +526,19 @@ termes.
}
/* line 49, ../sass/site/_index.scss */
.site-index #presentation .description strong {
font-weight: bold;
font-weight: normal;
font-family: 'worksans_semibold';
}
/* line 53, ../sass/site/_index.scss */
/* line 54, ../sass/site/_index.scss */
.site-index #presentation .description em {
font-style: italic;
}
/* line 57, ../sass/site/_index.scss */
/* line 58, ../sass/site/_index.scss */
.site-index #presentation .description a {
color: black;
text-decoration: underline;
}
/* line 62, ../sass/site/_index.scss */
/* line 63, ../sass/site/_index.scss */
.site-index #presentation .description p:last-child {
margin-bottom: 0px;
}

+ 2
- 1
producer/web/sass/site/_index.scss 파일 보기

@@ -47,7 +47,8 @@ termes.

.description {
strong {
font-weight: bold;
font-weight: normal;
font-family: 'worksans_semibold';
}

em {

Loading…
취소
저장