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 @@
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 1rem;
margin-top: 3rem;
width: 100%;
@media #{$large-phone} {
margin-top: 1rem;
}
.day-solo {
display: flex;
flex-direction: column;
......@@ -353,6 +356,7 @@
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;
.pile-section {
display: grid;
......@@ -479,7 +483,10 @@
max-width: 53rem;
&.--ongoing {
@extend .cp-valid;
width: 60%;
width: 25%;
@media #{$large-phone} {
width: 60%;
}
}
.cp-left-button {
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