aboutsummaryrefslogtreecommitdiff
path: root/public/css/head.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/head.css')
-rw-r--r--public/css/head.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/public/css/head.css b/public/css/head.css
index b173077..4206044 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -17,7 +17,12 @@ header
17 display: none; 17 display: none;
18} 18}
19 19
20.header-content 20.background_button
21{
22 max-height: 24px;
23}
24
25.header_content
21{ 26{
22 padding: 20px 0; 27 padding: 20px 0;
23 display: grid; 28 display: grid;
@@ -27,12 +32,12 @@ header
27/*.header_left_col 32/*.header_left_col
28{}*/ 33{}*/
29@media screen and (max-width: 1000px){ 34@media screen and (max-width: 1000px){
30 .header-content{ 35 .header_content{
31 padding: 18px 0; 36 padding: 18px 0;
32 } 37 }
33} 38}
34@media screen and (max-width: 450px){ 39@media screen and (max-width: 450px){
35 .header-content 40 .header_content
36 { 41 {
37 /*grid-template-columns: 1fr 2fr 1fr;*/ 42 /*grid-template-columns: 1fr 2fr 1fr;*/
38 display: block; 43 display: block;
@@ -69,16 +74,16 @@ header img
69{ 74{
70 vertical-align: bottom; /* supprime espace sous l'image */ 75 vertical-align: bottom; /* supprime espace sous l'image */
71 max-width: 150px; 76 max-width: 150px;
72 max-height: 75px; 77 max-height: 100px;
73} 78}
74header a 79header a
75{ 80{
76 color: unset; /* ne plus hériter */ 81 color: unset; /* ne plus hériter */
77 text-decoration: none; 82 text-decoration: none;
78} 83}
79#edit_favicon_zone 84.editing_zone > div
80{ 85{
81 margin-bottom: 10px; 86 /*display: inline;*/ /* à l'ancienne */
82} 87}
83/*.header_right_col 88/*.header_right_col
84{}*/ 89{}*/