diff --git a/src/main/resources/public/articles.css b/src/main/resources/public/articles.css index 7055e95..e96ab67 100644 --- a/src/main/resources/public/articles.css +++ b/src/main/resources/public/articles.css @@ -97,15 +97,14 @@ div.polaroid-container{ div.polaroid { - width: 30%; + width: 22vw; background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin:0.5%; /*margin-bottom: 25px;*/ text-align: center; /*display: flex;*/ - flex-grow: 2; - flex: 1 0 20%; + } div.polaroid-article-header { @@ -117,6 +116,11 @@ div.polaroid-article-header { margin-left:0.5em; } +img{ +width: 1000px; +height: 1000px; +} + @media screen and (max-width: 600px) { diff --git a/src/main/resources/templates/journalists/show.vtl b/src/main/resources/templates/journalists/show.vtl index c079f54..e62a87e 100644 --- a/src/main/resources/templates/journalists/show.vtl +++ b/src/main/resources/templates/journalists/show.vtl @@ -30,8 +30,9 @@