Skip to content

Commit 9d11411

Browse files
author
nt2-syl
committed
responsive: Ajuster les marges sur l'Accueil
1 parent bd14d00 commit 9d11411

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
templates/page title/__page-title-image.html.twig

css/custom.css

+10-5
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ remplacer vert foncé
152152
}
153153
.view-class-accueil-livre.container.content {
154154
padding-top: 0;
155-
padding-bottom: 0;
155+
padding-bottom: 2em;
156156
}
157157
.section-empty > .content,
158158
.section-bg-image > .content,
@@ -329,6 +329,8 @@ remplacer vert foncé
329329
/* accueil */
330330
.view-class-accueil-cahier .boxed {
331331
background-color: #d2000a !important;
332+
padding: 50px;
333+
/* remplace class*="col-md-"].boxed et class*="col-sm-"].boxed */
332334
}
333335
.block-accueil-actualite {
334336
/* .accueil-actualite, qui fait 50% est centré */
@@ -1503,11 +1505,14 @@ ul.minimal-primary-tabs li {
15031505
}
15041506
/*332px au plus large */
15051507

1506-
/**/
1507-
.side-menu-fixed .brand {
1508-
padding-top: 40px;
1509-
}
1508+
/*
1509+
.side-menu-fixed .brand {
1510+
padding-top: 40px;
1511+
}*/
15101512
}
15111513

1514+
.view-class-accueil-livre {
1515+
padding-bottom: 2em;
1516+
}
15121517

15131518

0 commit comments

Comments
 (0)