Skip to content
Snippets Groups Projects
Commit 52bcf9a6 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issue13361' into 'develop'

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