Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
5623:8de02381e80a | 5624:6109496a7ccc |
---|---|
51 } | 51 } |
52 h1, h2 { | 52 h1, h2 { |
53 text-align: left; | 53 text-align: left; |
54 } | 54 } |
55 | 55 |
56 main { | 56 header, main, footer { |
57 max-width: 600px; | 57 max-width: 600px; |
58 padding: 0 1.5em 1.5em 1.5em; | 58 padding: 0 1.5em 1.5em 1.5em; |
59 } | 59 } |
60 | 60 |
61 dt | 61 dt |
104 } | 104 } |
105 } | 105 } |
106 | 106 |
107 @media(min-width: 768px) | 107 @media(min-width: 768px) |
108 { | 108 { |
109 main | 109 header, main, footer |
110 { | 110 { |
111 margin-left: auto; | 111 margin-left: auto; |
112 margin-right: auto; | 112 margin-right: auto; |
113 } | 113 } |
114 | 114 |