Skip to content
Snippets Groups Projects
Commit 0ac46030 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

fix height

parent 7a092941
No related branches found
No related tags found
3 merge requests!28Merge fix from dev,!27Dev,!19Features/us135 cta enedis activation
......@@ -126,12 +126,16 @@ body {
background-color:rgba(18, 18, 18, 0.7);
position: absolute;
padding: 1.5rem 1rem 1rem 0rem;
padding: 0rem 1rem 0rem 0rem;
z-index: 1;
display: flex;
justify-content: center;
flex-direction: column;
height: 50%;
@media #{$large-phone} {
height: 26.5rem;
}
height: 34.5rem;
.cta-box-header {
text-align: center;
font-weight: bold;
......
......@@ -12,5 +12,6 @@
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}
}
\ No newline at end of file
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