From e90a25bb64a27881ec5953aaf2fd03e9f134072f Mon Sep 17 00:00:00 2001 From: Farhana Howlader Farid Date: Sun, 28 Jul 2024 15:38:56 +0000 Subject: [PATCH] Add styiling to gallery for mobile phones --- assets/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;