diff --git a/Resources/public/css/person.css b/Resources/public/css/person.css index 6e496aa9a..eec217076 100644 --- a/Resources/public/css/person.css +++ b/Resources/public/css/person.css @@ -67,7 +67,7 @@ figure.person-details dl { figure.person-details dt { font-family: 'open_sansbold'; } @media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/marcu\/Projects\/Chill\/vendor\/chill-project\/person\/Resources\/public\/sass\/person\.scss}line{font-family:\0000332}} -figure.person-details dl { +figure.person-details dd { margin-left: 0; } /*# sourceMappingURL=person.css.map */ diff --git a/Resources/public/sass/person.scss b/Resources/public/sass/person.scss index 7507992c6..4ad7348b3 100644 --- a/Resources/public/sass/person.scss +++ b/Resources/public/sass/person.scss @@ -29,7 +29,7 @@ figure.person-details { font-family: 'open_sansbold'; } - dl { + dd { margin-left: 0; } } \ No newline at end of file