reseaux sociaux 2
This commit is contained in:
@@ -865,9 +865,11 @@ header {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
padding-left: 4%;
|
padding-left: 4%;
|
||||||
align-items: start;
|
align-items: center;
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: 800; }
|
font-weight: 800;
|
||||||
|
flex: 1;
|
||||||
|
justify-content: space-between; }
|
||||||
#header-top .region-header-top-left #block-logogouv {
|
#header-top .region-header-top-left #block-logogouv {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -922,7 +924,8 @@ header {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: -33px; }
|
top: -33px; }
|
||||||
#header-top #block-socialnetwork-2 .field--name-body {
|
#header-top #block-socialnetwork-2 .field--name-body {
|
||||||
min-height: 75px; }
|
min-height: 75px;
|
||||||
|
margin-right: 1rem; }
|
||||||
#header-top #block-socialnetwork-2 p {
|
#header-top #block-socialnetwork-2 p {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
|||||||
@@ -29,9 +29,11 @@ header{
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
padding-left: 4%;
|
padding-left: 4%;
|
||||||
align-items:start;
|
align-items:center;
|
||||||
color: $black;
|
color: $black;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
flex: 1;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
#block-logogouv{
|
#block-logogouv{
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -124,7 +126,9 @@ header{
|
|||||||
// display: none;
|
// display: none;
|
||||||
.field--name-body{
|
.field--name-body{
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
|||||||
Reference in New Issue
Block a user