Skip to content
Snippets Groups Projects
Commit a7317b46 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(post) : fix alignement

parent 69aca554
No related branches found
No related tags found
3 merge requests!103Recette,!102Dev,!87Feat/posts list
<div class="section-container" fxLayout="row" fxLayoutGap="32px">
<div fxLayout="column" class="list-container">
<div fxLayout="column" class="list-container" fxLayoutGap="16px">
<div fxLayout="column">
<div fxLayout="row" class="row-border" fxLayoutAlign="space-between center">
<h2>à la une</h2>
......@@ -26,7 +26,7 @@
</div>
</div>
<div fxLayout="column">
<div fxLayout="row" class="row-border">
<div fxLayout="row" class="row-border otherNews">
<h2>autres actualités</h2>
</div>
<div fxLayout="row" fxLayoutGap="33px">
......
......@@ -5,9 +5,13 @@
.section-container {
background: $grey-6;
margin-top: 40px;
.row-border {
border-bottom: 1px dashed $grey-4;
margin: 16px 0;
padding-bottom: 16px;
&.otherNews {
padding-top: 24px;
}
}
h2 {
font-style: italic !important;
......@@ -30,6 +34,7 @@
}
@include cn-bold-28;
color: $grey-2;
margin: 0;
}
.columnPosts {
@media #{$large-phone} {
......@@ -70,9 +75,9 @@
border-radius: 6px;
.project-content {
@media #{$large-phone} {
padding: 10px 32px 0px 36px;
padding: 38px 32px 14px 36px;
}
padding: 18px 32px 26px 36px;
padding: 39px 32px 26px 36px;
fill: $secondary-color;
stroke: $secondary-color;
&.mobile {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment