commit 3b781d3c8e12750a4dd771f193b473abe6ab3b55
parent 05980e4351847e9b9a605d44e8c758d17ab2919f
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Mon, 22 Mar 2021 18:36:50 +0100
Remove redundant declarations
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
@@ -80,15 +80,11 @@ main > img {
@media (max-width: 80em)
{
main {
- grid-template-columns: 3fr 2fr;
- grid-template-rows: auto auto;
align-items: center;
justify-items: center;
}
main > .bio-title {
- grid-column: 1;
- grid-row: 1;
text-align: center;
}