diff options
Diffstat (limited to 'stylesheets/commun.css')
| -rw-r--r-- | stylesheets/commun.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 9012d8c..100300a 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -198,7 +198,8 @@ footer.legal { main { grid-row: 2; grid-column: 1 / -2; - padding-left: 4%; /* TODO: remove? */ + font-size: 1.2rem; + margin-left: 4em; } footer.social { @@ -253,7 +254,7 @@ footer.legal { main { grid-row: 3; grid-column: 1 / -1; - padding: 0.8em; /* TODO: remove? */ + margin: 0.8em; } header.menu { |
