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.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/public/css/head.css b/public/css/head.css
index be938bb..b173077 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -24,6 +24,8 @@ header
24 grid-template-columns: 1fr 1fr 1fr; 24 grid-template-columns: 1fr 1fr 1fr;
25 align-items: end; 25 align-items: end;
26} 26}
27/*.header_left_col
28{}*/
27@media screen and (max-width: 1000px){ 29@media screen and (max-width: 1000px){
28 .header-content{ 30 .header-content{
29 padding: 18px 0; 31 padding: 18px 0;
@@ -36,7 +38,7 @@ header
36 display: block; 38 display: block;
37 padding: 18px; 39 padding: 18px;
38 } 40 }
39 .head_logo 41 #header_logo
40 { 42 {
41 display: none; 43 display: none;
42 } 44 }
@@ -74,12 +76,18 @@ header a
74 color: unset; /* ne plus hériter */ 76 color: unset; /* ne plus hériter */
75 text-decoration: none; 77 text-decoration: none;
76} 78}
79#edit_favicon_zone
80{
81 margin-bottom: 10px;
82}
83/*.header_right_col
84{}*/
77.social 85.social
78{ 86{
79 /*align-self: end;*/ 87 /*align-self: end;*/
80 /*padding: 4px;*/ 88 /*padding: 4px;*/
81} 89}
82.social img 90.social a img
83{ 91{
84 width: 25px; 92 width: 25px;
85 background-color: #ffffffb3; 93 background-color: #ffffffb3;