change order div front

This commit is contained in:
2024-04-30 20:58:56 +02:00
parent c780a2b9d2
commit d40d483861
@@ -230,7 +230,7 @@ header {
order: 4; order: 4;
} }
} }
div:nth-of-type(3){ div:nth-of-type(4){
text-transform: uppercase; text-transform: uppercase;
font-family: 'Mariannebold'; font-family: 'Mariannebold';
font-size: 3.5rem; font-size: 3.5rem;
@@ -242,7 +242,7 @@ header {
; ;
} }
} }
div:nth-of-type(4){ div:nth-of-type(3){
text-transform: uppercase; text-transform: uppercase;
grid-column: 5 / span 7; grid-column: 5 / span 7;
grid-row: 1; grid-row: 1;