modules/header.raw : correction titre
This commit is contained in:
parent
5de96b847c
commit
d1482c9fcb
|
@ -15,13 +15,13 @@
|
|||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
<a role="link" id="site_link" href="/" title="Accueil Association Libre en Communs">
|
||||
<a role="link" id="site_link" href="/" title="Association Libre en Communs">
|
||||
<header id="header">
|
||||
<div id="header_logo">
|
||||
<img id="header_logo_image" src="/template/logo_a-lec.svg" alt="Logo de l'association Libre en Communs">
|
||||
</div>
|
||||
<div id="header_abouts">
|
||||
<p id="header_title">Association Libre en Communs</p>
|
||||
<p id="header_title">Libre en Communs</p>
|
||||
<p id="header_about">“Connaissance, partage, éducation, solidarité„</p>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
@ -233,22 +233,17 @@ header#header {
|
|||
background-attachment: fixed;
|
||||
background-image: url(../template/electronic.jpg);
|
||||
background-position: 0 0;
|
||||
margin-top: 0px;
|
||||
display: flex;
|
||||
place-content: baseline center;
|
||||
}
|
||||
div#header_logo {
|
||||
display:none;
|
||||
background-image:url("logo_a-lec.svg");
|
||||
}
|
||||
div#header_logo {}
|
||||
img#header_logo_image {
|
||||
align-items: start;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
place-content: baseline center;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
font-size: 300%;
|
||||
margin: 20px;
|
||||
}
|
||||
div#header_abouts {}
|
||||
p#header_title {
|
||||
|
|
Loading…
Reference in New Issue