From d7d131d4be239c6e5e1faac99247a438f4dd42e5 Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 23 Aug 2022 22:08:18 +0100 Subject: [PATCH] Remove photo info width --- src/components/widgets/background/scss/_photoinformation.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/widgets/background/scss/_photoinformation.scss b/src/components/widgets/background/scss/_photoinformation.scss index 9210d5ee..21dc0e7a 100644 --- a/src/components/widgets/background/scss/_photoinformation.scss +++ b/src/components/widgets/background/scss/_photoinformation.scss @@ -188,7 +188,7 @@ flex-flow: row; align-items: center; transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1); - width: 300px; +// width: 300px; padding: 10px; .link { text-decoration: none; @@ -291,6 +291,7 @@ } .photoInformation-content { + margin-right: 3px; display: flex; flex-flow: column; padding-left: 20px;