Skip to content
Snippets Groups Projects
Commit b3c396f7 authored by Romain CREY's avatar Romain CREY
Browse files

fix: center pile

parent a5453daf
No related branches found
No related tags found
3 merge requests!28Merge fix from dev,!27Dev,!21Features/us158 review design
...@@ -296,8 +296,11 @@ ...@@ -296,8 +296,11 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
margin-top: 1rem; margin-top: 3rem;
width: 100%; width: 100%;
@media #{$large-phone} {
margin-top: 1rem;
}
.day-solo { .day-solo {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -353,6 +356,7 @@ ...@@ -353,6 +356,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center;
width: 100%; width: 100%;
.pile-section { .pile-section {
display: grid; display: grid;
...@@ -479,7 +483,10 @@ ...@@ -479,7 +483,10 @@
max-width: 53rem; max-width: 53rem;
&.--ongoing { &.--ongoing {
@extend .cp-valid; @extend .cp-valid;
width: 60%; width: 25%;
@media #{$large-phone} {
width: 60%;
}
} }
.cp-left-button { .cp-left-button {
margin-right: 0.25rem; margin-right: 0.25rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment