Mercurial > prosody-modules
diff mod_http_oauth2/html/style.css @ 5624:6109496a7ccc
mod_http_oauth2: Move site name into <header>
Because it's the site header
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 31 Jul 2023 02:05:49 +0200 |
parents | a08abbd1045d |
children | e86a1018cdb3 |
line wrap: on
line diff
--- a/mod_http_oauth2/html/style.css Mon Jul 31 02:04:05 2023 +0200 +++ b/mod_http_oauth2/html/style.css Mon Jul 31 02:05:49 2023 +0200 @@ -53,7 +53,7 @@ text-align: left; } -main { +header, main, footer { max-width: 600px; padding: 0 1.5em 1.5em 1.5em; } @@ -106,7 +106,7 @@ @media(min-width: 768px) { - main + header, main, footer { margin-left: auto; margin-right: auto;