Skip to content
Snippets Groups Projects
Commit 67b7b23d authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

fix: margin challenge card + alignment ecogesture button for tablet

parent b1696d7a
No related branches found
No related tags found
2 merge requests!610chore(release): 1.9.3,!607Fix/1.9.1
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
display: flex; display: flex;
flex: 1; flex: 1;
transition: all 300ms ease; transition: all 300ms ease;
margin-top: 3rem;
} }
.cardContent { .cardContent {
margin: auto; margin: auto;
......
...@@ -29,9 +29,6 @@ ...@@ -29,9 +29,6 @@
color: white; color: white;
text-align: center; text-align: center;
margin: 1rem auto; margin: 1rem auto;
@media #{$large-phone} {
margin: 1rem 0;
}
button.btn-highlight { button.btn-highlight {
padding: 0.625rem; padding: 0.625rem;
} }
......
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