diff options
Diffstat (limited to 'stylesheets/commun.css')
| -rw-r--r-- | stylesheets/commun.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index e55414e..b30d130 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -306,8 +306,8 @@ footer.legal { z-index: 1; display: grid; - grid-template-columns: 3rem 1fr 3.2rem; - grid-template-rows: 3rem repeat(4, auto); + grid-template-columns: 3rem 1fr 3.6rem; + grid-template-rows: 3.6rem repeat(4, auto); } header.slidingmenu > .content > img.button.close { grid-column: 1; |
