page node sid

This commit is contained in:
2024-06-24 18:57:27 +02:00
parent 86de166bd9
commit ad4763ce88
4 changed files with 197 additions and 149 deletions
@@ -49,7 +49,7 @@
.image-site{
order: 1;
grid-row: 1/span 10;
grid-column: 2/span 9;
grid-column: 2/span 10;
width: 100%;
img {
// width: 70%;
@@ -68,7 +68,7 @@
display: flex;
flex-direction: column;
grid-row: 7/span 5;
grid-column: 7/span 9;
grid-column: 10/span 10;
padding: 1rem;
z-index: 99;
@media(max-width: 891px){
@@ -78,6 +78,8 @@
h2{
order: 2;
margin: 0;
font-size: 1.9rem;
font-weight: 1000;
@media(max-width: 891px){
font-size: 1.2rem;
line-height: 1.3rem;
@@ -86,7 +88,7 @@
.field--name-field-numero-site {
order: 1;
text-transform: uppercase;
font-size: 2rem;
font-size: 1.5rem;
@media(max-width: 891px){
font-size: 1.5rem;
}
@@ -117,6 +119,7 @@
}
.field--name-field-architecte{
order: 4;
font-size: 1.5rem;
}
}
}