commit 1d6c7b927b66f45d31b2b46be622f9392799dfe2
parent e76738083df69add1b93273de2a21355d5b003ea
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Tue, 16 Feb 2021 23:32:02 +0100
Give more space to photo on mobile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
@@ -53,7 +53,7 @@ main > img {
@media (max-width: 80em)
{
main {
- grid-template-columns: 2fr 1fr;
+ grid-template-columns: 3fr 2fr;
grid-template-rows: auto auto;
align-items: center;
justify-items: center;