diff options
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/commun.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index a9c0cae..fdf4162 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -231,6 +231,10 @@ footer.legal { transform: rotate(180deg); padding: 1rem 0.5rem; margin: 0; /* Compensate padding. */ + /* For some reason, Chrome (not Chromium, just Chrome) misaligns this + * if we don't ropecast an align-items on this element. */ + display: flex; + align-items: center; } } |
