diff --git a/frontend/app/gallery/directory/directory.gallery.component.css b/frontend/app/gallery/directory/directory.gallery.component.css index 19d224e..7d51b81 100644 --- a/frontend/app/gallery/directory/directory.gallery.component.css +++ b/frontend/app/gallery/directory/directory.gallery.component.css @@ -4,12 +4,11 @@ a { .photo-container { border: 2px solid #333; - width: 150px; - height: 150px; + width: 180px; + height: 180px; background-color: #bbbbbb; } - .no-image { color: #7f7f7f; @@ -49,4 +48,9 @@ a:hover .info { a:hover .photo-container { border-color: #000; -} \ No newline at end of file +} + +.directory-name { + width: 180px; + white-space: normal; +} diff --git a/frontend/app/gallery/directory/directory.gallery.component.html b/frontend/app/gallery/directory/directory.gallery.component.html index b947544..2b34a20 100644 --- a/frontend/app/gallery/directory/directory.gallery.component.html +++ b/frontend/app/gallery/directory/directory.gallery.component.html @@ -14,7 +14,7 @@