Skip to content
Snippets Groups Projects
Commit d28cccd0 authored by Florent Lavelle's avatar Florent Lavelle
Browse files

fix responsive header

parent 20034de8
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@
</div>
</div>
</div>
<div class="desktop flex push-right-desktop item title">
<div class="desktop flex push-right-desktop item title abstract">
<span>
{{ APPLICATION_ABSTRACT }}
</span>
......@@ -405,7 +405,13 @@ footer {
z-index: 1001;
}
@media screen and (min-width: 560px) {
@media screen and (max-width: 985px) {
.abstract{
display: none !important;
}
}
@media screen and (min-width: 590px) {
.mobile {
display: none !important;
}
......@@ -420,7 +426,7 @@ footer {
}
}
@media screen and (max-width: 560px) {
@media screen and (max-width: 590px) {
.desktop {
display: none !important;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment