debut css accueil
This commit is contained in:
@@ -109,11 +109,42 @@
|
||||
.layout-container footer {
|
||||
flex: 0 0 100%; }
|
||||
.layout-container main {
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-gap: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px; }
|
||||
.layout-container .content_container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, 1fr); }
|
||||
|
||||
.layout-content {
|
||||
grid-column: 3 /span 10;
|
||||
order: 2;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 6rem;
|
||||
margin: auto; }
|
||||
@media (max-width: 891px) {
|
||||
.layout-content {
|
||||
width: 90%; } }
|
||||
@media (max-width: 500px) {
|
||||
.layout-content {
|
||||
padding-top: 0; } }
|
||||
|
||||
aside {
|
||||
grid-column: 1 /span 2;
|
||||
order: 1;
|
||||
margin-top: 5rem; }
|
||||
@media (max-width: 891px) {
|
||||
aside {
|
||||
margin-left: 5%;
|
||||
margin-top: 9rem; } }
|
||||
@media (max-width: 500px) {
|
||||
aside {
|
||||
width: 80%;
|
||||
margin-top: 3rem; } }
|
||||
|
||||
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
|
||||
ul {
|
||||
list-style-type: none; }
|
||||
@@ -284,7 +315,29 @@ header {
|
||||
.footer div {
|
||||
flex-direction: column; } }
|
||||
|
||||
.layout-sidebar-first {
|
||||
display: flex;
|
||||
justify-content: end; }
|
||||
.layout-sidebar-first .sidebar_first_container {
|
||||
width: 80%; }
|
||||
.layout-sidebar-first .sidebar_first_container #block-quartiers-de-demain-views-block-statics-block-1 {
|
||||
text-transform: uppercase; }
|
||||
|
||||
/*pages*/
|
||||
.node-id-6 .content_container {
|
||||
display: flex; }
|
||||
.node-id-6 .content_container #block-quartiers-de-demain-titredepage {
|
||||
display: none; }
|
||||
.node-id-6 .content_container article.node-type-static {
|
||||
grid-column: 1 /span 9;
|
||||
grid-row: 2; }
|
||||
.node-id-6 .content_container article.node-type-static div.field_body h2 {
|
||||
font-size: 0.8rem;
|
||||
font-weight: 600;
|
||||
margin-bottom: 0; }
|
||||
.node-id-6 .content_container article.node-type-static div.field_body p {
|
||||
margin-top: 0; }
|
||||
|
||||
.partenaires .content_container #block-quartiers-de-demain-titredepage {
|
||||
grid-column: 3 /span 9;
|
||||
grid-row: 1;
|
||||
|
Reference in New Issue
Block a user