diff --git a/assets/css/style.css b/assets/css/style.css index f54e20c..e267940 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -186,6 +186,16 @@ main { color: #fafafa; } +/* Gallery page*/ +#photos img { + width: 100%; + line-height: 1em; +} + +#photos { + line-height: 0; +} + /* Footer */ #social-networks { text-align: center;