pages css

This commit is contained in:
2024-02-27 22:14:29 +01:00
parent e0358a0838
commit 7c1efed323
11 changed files with 1161 additions and 183 deletions

View File

@@ -8,6 +8,8 @@
font-size: $font-normal;
section{width: fit-content;}
h2, ul{margin: 0;}
border-top: 1px solid #808080;
#footer-left{
grid-column: 1 /span 5;

View File

@@ -11,7 +11,7 @@ header{
position: -webkit-sticky;
position: sticky;
top: 0;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-bottom: 1px solid #808080;
@media (max-width:800px) {
// height: 100px;
width: 800px;
@@ -23,9 +23,11 @@ header{
.header_left_container{
grid-column: 1 /span 11;
grid-row: 1 /span 2;
grid-row: 1 /span 3;
display: flex;
flex-direction: row;
border-right: 1px solid #808080;
// width: ;
#block-quartiers-de-demain-logorepu-2{
// max-height: 90%;
@@ -48,6 +50,7 @@ header{
ul{
display: flex;
flex-direction: row;
font-size: $font-medium;
li:nth-child(1){
&::after{
content: "/";
@@ -60,10 +63,10 @@ header{
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-gap: 10px;
// grid-template-rows: repeat(3, 1fr);
grid-row: 3;
grid-column: 1 /span 12;
background: $bleu_fond_header;
#block-quartiers-de-demain-entete{
grid-column: 1 /span 11;
order: 2;