Skip to content
Snippets Groups Projects
Commit b5ecd47f authored by Bastien DUMONT's avatar Bastien DUMONT :angel: Committed by Guilhem CARRON
Browse files

fix(annuaire): results height and uncenter filters

parent 37ddac87
No related branches found
No related tags found
4 merge requests!418V2.1.0,!400V2.0,!332Fix/issues design,!230V2.0
......@@ -34,7 +34,7 @@
}
&.notEmpty {
//make sure it fits the correct height no matter the content lengtj and screen height
max-height: calc(100vh - $footer-height - $header-height - $header-height - 2rem);
max-height: calc(100vh - $footer-height - $header-height - $header-height - 5rem);
@media #{$large-phone} {
height: 100%;
}
......
......@@ -17,8 +17,7 @@
.content {
display: flex;
align-items: center;
max-width: 980px;
margin: 0 auto 0.5rem auto;
margin-bottom: 0.5rem;
input {
@include lato-regular-13;
@include input-search;
......@@ -188,7 +187,7 @@ a {
}
}
.filterTags {
margin: 0.5rem 0 0 0;
margin-top: 0.5rem;
.title {
margin-top: 5px;
color: $grey-3;
......
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