logo header
This commit is contained in:
@@ -816,11 +816,6 @@ ul.pagination {
|
||||
#body > script:first-child + .grav-lightslider {
|
||||
margin-top: -3rem; }
|
||||
|
||||
.programme p {
|
||||
font-family: "Sarabun", sans-serif;
|
||||
font-weight: 500;
|
||||
font-style: italic; }
|
||||
|
||||
#header #navbar ul.navigation li a {
|
||||
font-family: "Sarabun", sans-serif;
|
||||
font-weight: 400;
|
||||
@@ -835,6 +830,13 @@ ul.pagination {
|
||||
font-size: 0.95rem;
|
||||
transition: 0.6s ease-in-out; }
|
||||
|
||||
#logo {
|
||||
display: flex;
|
||||
flex-direction: row; }
|
||||
|
||||
#logo img {
|
||||
padding: 1rem; }
|
||||
|
||||
.callout {
|
||||
padding-top: 0.5rem; }
|
||||
|
||||
@@ -873,7 +875,12 @@ ul.pagination {
|
||||
text-transform: uppercase; }
|
||||
|
||||
.programme img {
|
||||
max-width: 30%; }
|
||||
max-height: 15%; }
|
||||
|
||||
.programme p {
|
||||
font-family: "Sarabun", sans-serif;
|
||||
font-weight: 500;
|
||||
font-style: italic; }
|
||||
|
||||
.programmes :hover {
|
||||
background-color: #000;
|
||||
@@ -902,29 +909,53 @@ ul.pagination {
|
||||
|
||||
.mozaique {
|
||||
display: flex;
|
||||
justify-items: center;
|
||||
flex-direction: row;
|
||||
max-width: 65%;
|
||||
align-items: stretch;
|
||||
position: relative;
|
||||
margin-right: 10%;
|
||||
margin-left: 10%; }
|
||||
margin-left: 15%;
|
||||
height: auto; }
|
||||
|
||||
.info {
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
flex-direction: column; }
|
||||
flex-direction: column;
|
||||
font-family: "Sarabun", sans-serif; }
|
||||
|
||||
.info:hover {
|
||||
background-color: #000;
|
||||
color: #fff; }
|
||||
color: #fff;
|
||||
transition: 0.2s ease-in-out; }
|
||||
|
||||
.portrait img {
|
||||
.info h5 {
|
||||
font-weight: 900;
|
||||
font-size: 1.3rem;
|
||||
margin: 0;
|
||||
padding-top: 1rem;
|
||||
padding-left: 1rem; }
|
||||
|
||||
.info h6 {
|
||||
font-weight: 300;
|
||||
font-size: 1.1rem;
|
||||
font-style: italic;
|
||||
margin: 0;
|
||||
padding-left: 1rem;
|
||||
padding-bottom: 1rem; }
|
||||
|
||||
.portrait {
|
||||
max-width: 15rem !important;
|
||||
background: transparent !important; }
|
||||
|
||||
.2columns {
|
||||
max-width: 25%; }
|
||||
|
||||
.bouton {
|
||||
margin: 0 30rem;
|
||||
border: solid;
|
||||
background-color: transparent;
|
||||
text-transform: uppercase; }
|
||||
text-transform: uppercase;
|
||||
align-self: flex-end;
|
||||
margin-right: 2rem; }
|
||||
|
||||
#modal {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user