summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-22 18:36:50 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-22 18:50:22 +0100
commit3b781d3c8e12750a4dd771f193b473abe6ab3b55 (patch)
treedb4ac2e18ca5be737e27ca201fef26e26af502c6
parent05980e4351847e9b9a605d44e8c758d17ab2919f (diff)
downloadquatuorbellefeuille.com-3b781d3c8e12750a4dd771f193b473abe6ab3b55.tar.xz
Remove redundant declarations
-rw-r--r--stylesheets/membre.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
index 1fa46cd..5025c13 100644
--- 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;
}