Fix style issue

This commit is contained in:
Pierre 2018-01-19 06:58:23 +01:00
parent e905e4968c
commit 8e91ec6ab7
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/**
* Comments UI
*
* @author Pierre HUBERT
*/
.post-comments{
padding: 10px;
}

View File

@ -142,6 +142,9 @@ class Dev {
//Movies picker
"css/components/movies/picker.css",
//Comments component
"css/components/comments/ui.css",
//Pages stylesheets
//User Page
"css/pages/userPage/main.css",